v2.0.38-20230906

This commit is contained in:
MI15\Win
2023-09-06 17:21:53 +08:00
parent 0d7353e692
commit 98cf84b16c
21 changed files with 702 additions and 78 deletions

View File

@@ -55,7 +55,7 @@ if($c == 'index'){
$dir_path = DIR.'/templates/guestbook';
}elseif($c == 'apply'){ //收录
$theme = $s_templates['apply'];
$dir_path = DIR.'/templates/guestbook/';
$dir_path = DIR.'/templates/apply/';
}elseif($c == $global_config['Login'] || $c == $USER_DB['Login']){ //登录
$theme = $s_templates['login'];
$dir_path = DIR.'/templates/login';