1 Star 0 Fork 0

gephen / itop_zh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
approot.inc.php 245 Bytes
一键复制 编辑 原始数据 按行查看 历史
lzg 提交于 2016-06-06 10:25 . No commit message
<?php
define('APPROOT', dirname(__FILE__).'/');
define('APPCONF', APPROOT.'conf/');
define('ITOP_DEFAULT_ENV', 'production');
if (function_exists('microtime'))
{
$fItopStarted = microtime(true);
}
else
{
$fItopStarted = 1000 * time();
}
?>
PHP
1
https://gitee.com/gephen/itop_zh.git
git@gitee.com:gephen/itop_zh.git
gephen
itop_zh
itop_zh
master

搜索帮助