只有架构

This commit is contained in:
2023-06-23 18:58:13 +08:00
parent abe7f07a03
commit 0cb751da4c
4 changed files with 79 additions and 1 deletions
+11 -1
View File
@@ -1,2 +1,12 @@
<?php
defined('IN_TS') or die('Access Denied.');
defined('IN_TS') or die('Access Denied.');
switch($ts){
//基本配置
case "":
include template("admin/options");
break;
}