first commit

This commit is contained in:
LAPTOP-V9RRD1TL\Michelle's Computer
2025-07-21 21:38:17 +08:00
commit f8f8fcaf96
2529 changed files with 227800 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?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 ;
}
?>