Registration now disabled from the admin panel

This commit is contained in:
Emi
2023-10-06 13:08:14 +02:00
parent 5a2351a0ff
commit c8e613b883

View File

@@ -24,8 +24,6 @@ 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';