Przeglądaj źródła

NO_AUTH_REQUIRED2 fix

dpeca 8 lat temu
rodzic
commit
a57c8b775b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      web/reset/mail/index.php

+ 1 - 1
web/reset/mail/index.php

@@ -1,7 +1,7 @@
 <?php
 <?php
 // Init
 // Init
 define('NO_AUTH_REQUIRED',true);
 define('NO_AUTH_REQUIRED',true);
-define('NO_AUTH_REQUIRED',true);
+define('NO_AUTH_REQUIRED2',true);
 
 
 error_reporting(NULL);
 error_reporting(NULL);