1 Star 0 Fork 31

时间拾荒人 / misone_erp

forked from hello-rong / misone_erp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
web_config.php 746 Bytes
一键复制 编辑 原始数据 按行查看 历史
hello-rong 提交于 2017-07-08 11:52 . 修复php短标记问题
<?php
//设定项目配置
return array(
'URL_ROUTER_ON' => true, //URL路由
'URL_MODEL'=>0, // 如果环境不支持PATHINFO 设置为0
/* SESSION 设定 */
'SESSION_EXPIRE' => '300000',
/* 调试配置 */
'SHOW_PAGE_TRACE' => false, //是否要显示页面Trace信息
/* 编码设置 */
'TEMPLATE_CHARSET' => 'utf-8', // 模板文件编码
'OUTPUT_CHARSET' => 'utf-8', // 默认输出编码
'DB_CHARSET' => 'utf8', // 数据库编码默认采用utf8
'TMPL_PARSE_STRING' =>array(
'__ADMIN__' => '/admin.php',
'__VIP__' => '/vip.php',
'__WEB__' => '/index.php',
),
'REGISTER_PASS' => '0929!@',
'REGISTER_VER' => '扬帆版',
'APP_PATH_DIY' => @''.dirname(__file__).'',
);
?>
PHP
1
https://gitee.com/lxxtoday/misone_erp.git
git@gitee.com:lxxtoday/misone_erp.git
lxxtoday
misone_erp
misone_erp
master

搜索帮助