12 Star 16 Fork 7

子弹兄/easycms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
hongweizhiyuan 提交于 10年前 . first commit
<?php
header('content-type:text/html;charset=utf-8');
//1确认应用名称App
define('APP_NAME','App');
//2确定应用路径
//App后必须加/,否则创建目录路径混乱
define('APP_PATH','./App/');
//定义缓存文件路径
define('HTML_PATH','./Html/');
//3.开启调试模式
define('APP_DEBUG',true);
//3应用核心文件(区分大小写,windows不需要区分,但是linux需要)
require './ThinkPHP/ThinkPHP.php';
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/hongweizhiyuan/easycms.git
git@gitee.com:hongweizhiyuan/easycms.git
hongweizhiyuan
easycms
easycms
master

搜索帮助