1 Star 1 Fork 0

W_/环保

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
api.php 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
W_ 提交于 2018-01-27 18:58 . 1.27回家享受
<?php
//支付接口
if(!file_exists('./Common/dblink.php'))
{
header('Location:./install.php');
exit();
}
define('THINK_PATH','ThinkPHP/');//底层位置
define('APP_NAME','Api');
define('APP_PATH','./Api/');//定义了我们项目的位置
define('RUNTIME_PATH','./Runtime/Api/');//重新定义缓存目录位置
define('APP_DEBUG',TRUE);
require THINK_PATH."ThinkPHP.php";
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cxd617/HuanBao.git
[email protected]:cxd617/HuanBao.git
cxd617
HuanBao
环保
master

搜索帮助