Skip to content

Commit 4fdece7

Browse files
authored
Update index.php (hestiacp#2401)
1 parent 83cfa98 commit 4fdece7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/reset/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22

3-
// Main include
4-
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
5-
63
define('NO_AUTH_REQUIRED', true);
74
$TAB = 'RESET PASSWORD';
85

6+
// Main include
7+
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
8+
99
if (isset($_SESSION['user'])) {
1010
header("Location: /list/user");
1111
}

0 commit comments

Comments
 (0)