1 Star 1 Fork 0

用户5245124556 / HeiYou_Account

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ver4 提交于 2016-03-08 23:18 . 提交
<?php
define('SYSTEM_VER','1.0.1');
define('SYSTEM_FN',"Account");
define('SYSTEM_TEM',"default");
define('FRAME_NAME',"RemPHP");
define('APP_NAME',"Application");
define('SYSTEM_ROOT',dirname(__FILE__));
define('SYSTEM_PAGE',isset($_REQUEST['mod']) ? strip_tags($_REQUEST['mod']) : 'default');
header("content-type:text/html; charset=utf-8");
date_default_timezone_set('Asia/Shanghai');
require SYSTEM_ROOT.'/'.FRAME_NAME.'/init.php';
template('control','f');
?>
PHP
1
https://gitee.com/96dl/HeiYou_Account.git
git@gitee.com:96dl/HeiYou_Account.git
96dl
HeiYou_Account
HeiYou_Account
master

搜索帮助