1 Star 15 Fork 0

蒂佳芙科技(云南)有限公司/EP-Admin 社区团购后端CMS 5.x

加入 Gitee
與超過 1200 萬 開發者一起發現、參與優秀開源項目,私有倉庫也完全免費 :)
免費加入
文件
克隆/下載
index.php 918 Bytes
一鍵複製 編輯 原始數據 按行查看 歷史
Albert.Z 提交於 2024-12-18 22:29 . Update index.php
<?php
/**
* eaterplanet 商城系统
*
* ==========================================================================
* @link https://e-p.cloud/
* @copyright Copyright (c) 2019-2024 Dejavu Tech.
* @license https://github.com/eaterplanet/EP-Admin/blob/main/LICENSE
* ==========================================================================
*
* @author Albert.Z
*
*/
if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');
header("Content-Type:text/html; charset=utf-8");
define('APP_DEBUG', true);
define('BIND_MODULE','Home');
define ('APP_PATH', './Modules/' );
if (!is_file( 'Modules/Common/Conf/install.lock')) {
header('Location: ./install.php');
exit;
}
define('ROOT_PATH',str_replace('\\','/',dirname(__FILE__)) . '/');
define('ATTACHMENT_ROOT', ROOT_PATH.'Uploads/image/');
define ('RUNTIME_PATH','./Runtime/');
require './ThinkPHP/ThinkPHP.php';
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/Dejavu-tech/EP-Admin.git
git@gitee.com:Dejavu-tech/EP-Admin.git
Dejavu-tech
EP-Admin
EP-Admin 社区团购后端CMS 5.x
main

搜索幫助

0d507c66 1850385 C8b1a773 1850385