1 Star 0 Fork 0

爱我所爱/group-tp-backend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
seller.php 740 Bytes
一键复制 编辑 原始数据 按行查看 历史
爱我所爱 提交于 2024-08-16 15:16 . init
<?php
/**
* 播播资源ttbobo.com
*
* ==========================================================================
* @link https://www.ttbobo.com/
* @copyright Copyright (c) 2015 liofis.com.
* @license https://www.ttbobo.com/license.html License
* ==========================================================================
*
* @author fish
*
*/
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 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangwen112255/group-tp-backend.git
git@gitee.com:wangwen112255/group-tp-backend.git
wangwen112255
group-tp-backend
group-tp-backend
master

搜索帮助