3 Star 1 Fork 1

green / RedisManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
green 提交于 2019-11-27 11:49 . tweak for help
<?php
require_once ("init.php");
date_default_timezone_set('Asia/Shanghai');
/**
* 这个文件是BetterLife CMS 的Bootstrap
*/
require_once("core/main/Application.php");
/**
* 具体环境变量设置参考
* 1.环境变量设置:Gc.php里的变量名及注释说明
*/
$application_env=array();
// $application_env=array(
// "dev_debug_on"=>false,
// "dev_php_debug_on"=>false,
// );
$application = new Application($application_env);
$application->run();
header("location:" . Gc::$url_base . "www/index.html");
PHP
1
https://gitee.com/skygreen2015/RedisManager.git
git@gitee.com:skygreen2015/RedisManager.git
skygreen2015
RedisManager
RedisManager
master

搜索帮助