1 Star 15 Fork 0

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ep.php 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
Albert.Z 提交于 2024-12-18 22:29 . Update ep.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','Seller');
define ('APP_PATH', './Modules/' );
define('ROOT_PATH',str_replace('\\','/',dirname(__FILE__)) . '/');
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