資源簡介
代碼片段和文件信息
/**
?*?@copyright???Copyright?(c)?2014-2016?xyhcms.com?All?rights?reserved.
?*?@license?????http://www.xyhcms.com/help/1.html
?*?@link????????http://www.xyhcms.com
?*?@author??????gosea?
?*/
//?檢測PHP環境
if?(version_compare(PHP_VERSION?‘5.3.0‘?‘<‘))?{
die(‘require?PHP?>?5.3.0?!‘);
}
define(‘APP_DEBUG‘?false);?//是否調試//部署階段注釋或者設為false
define(‘APP_PATH‘?“./App/“);?//項目路徑
define(‘THINK_PATH‘?“./Include/“);
//判斷是否安裝
if?(!file_exists(APP_PATH?.?‘Common/Conf/db.php‘))?{
header(‘Location:Install/index.php‘);
exit();
}
require?THINK_PATH?.?‘ThinkPHP.php‘;?//加載ThinkPHP框架
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-04-20?17:41??xyhcms_v3.5_20180518\
?????目錄???????????0??2018-04-20?17:41??xyhcms_v3.5_20180518\docs\
?????文件????????3793??2017-11-28?11:27??xyhcms_v3.5_20180518\docs\changelog.txt
?????文件????????3656??2017-11-28?11:19??xyhcms_v3.5_20180518\docs\license.txt
?????文件?????????643??2014-11-30?22:45??xyhcms_v3.5_20180518\docs\readme.txt
?????文件?????????140??2017-12-04?10:18??xyhcms_v3.5_20180518\docs\XYHCMS_3.5標簽大全.url
?????文件?????????143??2014-12-01?09:46??xyhcms_v3.5_20180518\docs\XYHCMS_3.x基本環境要求.url
?????文件?????????143??2014-12-01?09:46??xyhcms_v3.5_20180518\docs\XYHCMS_3.x安裝方法.url
?????文件?????????125??2014-11-30?19:57??xyhcms_v3.5_20180518\docs\XYHCMS_3.x幫助文檔.url
?????目錄???????????0??2018-04-20?17:42??xyhcms_v3.5_20180518\uploads_code\
?????文件?????????173??2014-09-09?11:10??xyhcms_v3.5_20180518\uploads_code\.htaccess
?????目錄???????????0??2018-04-20?17:41??xyhcms_v3.5_20180518\uploads_code\App\
?????目錄???????????0??2018-04-20?17:41??xyhcms_v3.5_20180518\uploads_code\App\Api\
?????目錄???????????0??2018-04-20?17:41??xyhcms_v3.5_20180518\uploads_code\App\Api\Common\
?????文件????????7822??2018-05-08?14:39??xyhcms_v3.5_20180518\uploads_code\App\Api\Common\function.php
?????目錄???????????0??2018-04-20?17:41??xyhcms_v3.5_20180518\uploads_code\App\Api\Conf\
?????文件?????????521??2017-11-06?15:48??xyhcms_v3.5_20180518\uploads_code\App\Api\Conf\config.php
?????目錄???????????0??2018-04-20?17:41??xyhcms_v3.5_20180518\uploads_code\App\Api\Controller\
?????文件????????1537??2016-09-26?23:26??xyhcms_v3.5_20180518\uploads_code\App\Api\Controller\ApiCommonController.class.php
?????文件???????29749??2017-11-11?08:35??xyhcms_v3.5_20180518\uploads_code\App\Api\Controller\LtController.class.php
?????文件????????7475??2017-11-25?09:34??xyhcms_v3.5_20180518\uploads_code\App\Api\Controller\MkClientController.class.php
?????目錄???????????0??2016-09-26?22:34??xyhcms_v3.5_20180518\uploads_code\App\Api\View\
?????目錄???????????0??2018-04-20?17:41??xyhcms_v3.5_20180518\uploads_code\App\Common\
?????目錄???????????0??2018-04-20?17:41??xyhcms_v3.5_20180518\uploads_code\App\Common\Common\
?????文件???????43015??2018-05-08?14:47??xyhcms_v3.5_20180518\uploads_code\App\Common\Common\function.php
?????文件?????????210??2014-09-09?11:10??xyhcms_v3.5_20180518\uploads_code\App\Common\Common\other.php
?????目錄???????????0??2018-04-20?17:41??xyhcms_v3.5_20180518\uploads_code\App\Common\Conf\
?????文件?????????144??2014-10-08?22:51??xyhcms_v3.5_20180518\uploads_code\App\Common\Conf\tags.php
?????目錄???????????0??2014-12-01?09:47??xyhcms_v3.5_20180518\uploads_code\App\Common\Lang\
?????目錄???????????0??2018-04-20?17:41??xyhcms_v3.5_20180518\uploads_code\App\Common\Lib\
?????目錄???????????0??2018-04-20?17:41??xyhcms_v3.5_20180518\uploads_code\App\Common\LibTag\
............此處省略1634個文件信息
評論
共有 條評論