1 Star 0 Fork 14

frank / Dream

forked from GoldMax / Dream 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 393 Bytes
一键复制 编辑 原始数据 按行查看 历史
GoldMax 提交于 2015-08-13 17:20 . 2015-08-13 Dream缺陷跟踪系统2.0
<?php
/*
* @varsion Dream缺陷跟踪系统 2.0var
* @package 程序设计深圳市九五时代科技有限公司设计开发
* @copyright Copyright (c) 2010 - 2015, 95era, Inc.
* @link http://www.d-winner.com
*/
if(!file_exists(dirname(__FILE__).'/Conf/conn.php')){
header('Location:Install/index.php');
}else{
define('APP_DEBUG',true);
require('Sys/ThinkPHP/ThinkPHP.php');
}
1
https://gitee.com/noikiy/Dream.git
git@gitee.com:noikiy/Dream.git
noikiy
Dream
Dream
master

搜索帮助