Explorar el Código

NO_AUTH_REQUIRED2 fix

dpeca hace 8 años
padre
commit
a57c8b775b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/reset/mail/index.php

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

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