1 Star 0 Fork 1

ftlh2005 / duxcms 2.X

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 436 Bytes
一键复制 编辑 原始数据 按行查看 历史
duxweb 提交于 2014-01-27 22:02 . 上传版本
<?php
if( !empty($_SERVER['HTTP_X_REWRITE_URL']) ) $_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_REWRITE_URL'];
define('DEFAULT_APP', 'default');
@set_time_limit(1000); //函数最久执行时间
@set_magic_quotes_runtime(0); //关闭特殊字符提交的时候提示数据库错误
header("Centent-Type:text/html;charset=UTF-8"); //设置系统编码格式
header("Pragma: no-cache"); //禁止缓存
require( 'protected/core.php' );
1
https://gitee.com/ftlh2005/duxcms-2.X.git
git@gitee.com:ftlh2005/duxcms-2.X.git
ftlh2005
duxcms-2.X
duxcms 2.X
master

搜索帮助