Update register.php

This commit is contained in:
Emi
2023-10-06 11:29:18 +02:00
parent 9033e8179d
commit 5a2351a0ff

View File

@@ -24,6 +24,8 @@ if (!defined('QA_VERSION')) { // don't allow this page to be requested directly
exit;
}
die("Registration is disabled.")
require_once QA_INCLUDE_DIR . 'app/captcha.php';
require_once QA_INCLUDE_DIR . 'db/users.php';