Explorar el Código

Update index.php (#2401)

Tamás hace 4 años
padre
commit
4fdece76db
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      web/reset/index.php

+ 3 - 3
web/reset/index.php

@@ -1,11 +1,11 @@
 <?php
 
-// Main include
-include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
-
 define('NO_AUTH_REQUIRED', true);
 $TAB = 'RESET PASSWORD';
 
+// Main include
+include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
+
 if (isset($_SESSION['user'])) {
     header("Location: /list/user");
 }