LAPTOP-V9RRD1TL\Michelle's Computer f8f8fcaf96 first commit
2025-07-21 21:38:17 +08:00

9 lines
267 B
PHP

<?php
if ($_SESSION["system_id"] == "" || $_SESSION["system_name"] == "" || $_SESSION["system_branch"] == "" || $_SESSION["system_permission"] == ""){
// check cookie login
checkCookieLogin() ;
// redirect page
header("Location: ".PATH."index.php") ;
exit ;
}
?>