1 Star 0 Fork 7

513944464@qq.com / 优客365导航开源版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
奇乐CMS 提交于 2021-11-05 11:12 . no commit message
<?php
/****************优客365网址导航系统 开源版********************/
/* */
/* Youke365.site (C)2018 Youke365 Inc. */
/* This is NOT a freeware, use is subject to license terms */
/* 优客365网址导航开源版 个人用户可免费使用 请保留底部版权 */
/* 2018.4 */
/* 官方网址:http://www.youke365.site */
/* 官方论坛:http://bbs.youke365.site */
/**************************************************************/
// 检测PHP环境
if(version_compare(PHP_VERSION,'5.4.0','<=')) die('require PHP >=5.4');
// 网站根目录
define('ROOT_PATH', str_replace('\\', '/', dirname(__FILE__)).'/');
// 应用目录
define('APP_PATH','app/');
// 调试模式
define('APP_DEBUG',true); //true 开启调试模式 false 关闭
// 防止恶意访问
define('IN_YOUKE365', true);
/** url美化,路径分隔符 */
define('PATHINFO_DEPR', '/'); //支持 "/","-", "_", 三种分隔符
require(ROOT_PATH.'client/update.php'); //升级配置
//* 加载初始化文件 */
require(ROOT_PATH.'youkephp/start.php');
PHP
1
https://gitee.com/shijianbin/youke_365_open_source.git
git@gitee.com:shijianbin/youke_365_open_source.git
shijianbin
youke_365_open_source
优客365导航开源版
master

搜索帮助