4 Star 6 Fork 0

永&恒/GPHP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
run.php 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
永&恒 提交于 2015-12-16 13:04 . 第一版
<?php
date_default_timezone_set('PRC');
header("Content-type: text/html; charset=utf-8");
//获取项目路径
define('APPPATH', str_replace('run.php', '', str_replace('\\', '/', __FILE__)));
//定义项目数据路径
define('APPDATA', APPPATH.'data/');
//选择开发模式 前端(false) 后端(true)
define('ISADMIN', false);
//加载系统文件
require APPPATH.'./gfphp/core/Main.php';
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/guoshunfeng/GPHP.git
git@gitee.com:guoshunfeng/GPHP.git
guoshunfeng
GPHP
GPHP
master

搜索帮助