diff --git a/web/reset/index.php b/web/reset/index.php index 10f082dc..f27c396e 100644 --- a/web/reset/index.php +++ b/web/reset/index.php @@ -3,6 +3,10 @@ session_start(); define('NO_AUTH_REQUIRED',true); $TAB = 'RESET PASSWORD'; +if (isset($_SESSION['user'])) { + header("Location: /list/user"); +} + // Main include include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");