From c8e613b88308beff0e7f66eed15b98e3b1558079 Mon Sep 17 00:00:00 2001 From: Emi <2206700+coppolaemilio@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:08:14 +0200 Subject: [PATCH] Registration now disabled from the admin panel --- qa-include/pages/register.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/qa-include/pages/register.php b/qa-include/pages/register.php index 500d2d5..dcdabcc 100644 --- a/qa-include/pages/register.php +++ b/qa-include/pages/register.php @@ -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';