1 Star 1 Fork 0

dai / yyg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
dai 提交于 2015-11-09 22:38 . no commit message
<?php
/**
* [taolong!] (C)2010-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: index.php 2013-06-30 05:34:47Z boobusy $
* email: booobusy@gmail.com
*/
/*
*---------------------------------------------------------------
* SYSTEM BAN BEN TYPE
*---------------------------------------------------------------
*/
define('G_BANBEN_TYPE',"9aabCQkBVlQABwcEU1wDD1NWUVcCClBaAwcAC1GK3fvfn5besLlKgbis04z5gr+wSoSF3Nmz09657BTWi+KC263Wu7EV19Pv2Jii0+rt");
/*
*---------------------------------------------------------------
* SYSTEM FOLDER NAME
*---------------------------------------------------------------
*/
$system_path = 'system';
/*
*---------------------------------------------------------------
* STATICS FOLDER NAME
*---------------------------------------------------------------
*/
$statics_path = 'statics';
/*
*---------------------------------------------------------------
* APP START PATH
*---------------------------------------------------------------
*/
define('G_APP_PATH',dirname(__FILE__).DIRECTORY_SEPARATOR);
/*
* --------------------------------------------------------------
* LOAD THE BOOTSTRAP FILE
* --------------------------------------------------------------
*/
include G_APP_PATH.$system_path.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'global.php';
/*
* --------------------------------------------------------------
* APP START
* --------------------------------------------------------------
*/
if(!isset($plugin_app)){
System::CreateApp();
}
PHP
1
https://gitee.com/mcpu/yyg.git
git@gitee.com:mcpu/yyg.git
mcpu
yyg
yyg
master

搜索帮助