v2.0.37-20230830

This commit is contained in:
MI15\Win
2023-08-30 13:04:36 +08:00
parent 1fe39f83f4
commit 0d7353e692
3 changed files with 4 additions and 3 deletions

View File

@@ -66,6 +66,10 @@ if(!in_array($c,[$global_config["Register"],'ico','icon'])){
}
session_name('TwoNavSID');
if(defined('UID')){
define('is_login',is_login()); $is_login = is_login;
}
if(empty($c) || $c == 'index'){
$c = 'index';
require "./system/index.php";//主页