begin of thinksaas 3.68

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2023-06-22 13:33:25 +08:00
commit 963ec1b2ea
2746 changed files with 331806 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
defined('IN_TS') or die('Access Denied.');
/*
*ThinkSAAS 安装程序
* @copyright (c) 2010-3000 ThinkSAAS All Rights Reserved
* @code by QiuJun
* @Email:thinksaas@qq.com
*/
//安装文件的IMGCSS文件
$skins = 'data/install/skins/';
//进入正题
$title = 'ThinkSAAS安装程序';
require_once 'action/'.$install.'.php';