Skip to content

Commit a57c8b7

Browse files
authored
NO_AUTH_REQUIRED2 fix
1 parent 7688706 commit a57c8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/reset/mail/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
// Init
33
define('NO_AUTH_REQUIRED',true);
4-
define('NO_AUTH_REQUIRED',true);
4+
define('NO_AUTH_REQUIRED2',true);
55

66
error_reporting(NULL);
77

0 commit comments

Comments
 (0)