no message

This commit is contained in:
2025-10-18 14:46:52 +08:00
commit 7a84025b05
387 changed files with 75711 additions and 0 deletions

9
user/admin_sc.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
session_start();
date_default_timezone_set('Asia/Shanghai');
if ($_SESSION['admin'] != 1) {
echo '<meta http-equiv="refresh" content="0;url=./">';
exit;
}
?>