1 Star 1 Fork 0

chebin/scrm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 656 Bytes
一键复制 编辑 原始数据 按行查看 历史
zmphp 提交于 2020-07-13 19:13 . 初始化提交
<?php
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Credentials', true);
header('Content-Type:application/json; charset=utf-8');
header('Access-Control-Allow-Methods: *');
header('Access-Control-Allow-Headers: DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,X_Requested_With,If-Modified-Since,Cache-Control,Content-Type, Accept-Language, Origin, Accept-Encoding, token');
header('Access-Control-Max-Age: 1000');
// [ 应用入口文件 ]
// 定义应用目录
define('APP_PATH', __DIR__ . '/application/');
define('CONF_PATH', __DIR__ . '/config/');
// 加载框架引导文件
require __DIR__ . '/thinkphp/start.php';
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Insister6633/scrm.git
git@gitee.com:Insister6633/scrm.git
Insister6633
scrm
scrm
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385