加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.php 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
camark 提交于 2015-05-06 14:19 . some change
<?php
return array (
'db_type' => 'mysql',
'db_host' => '10.10.10.30',
'db_name' => 'emzcms',
'db_user' => 'root',
'db_pwd' => 'pleasure',
'db_port' => 3306,
'db_prefix' => 'tp_',
'web_name' => 'CMS网',
'web_url' => 'http://10.10.10.30/emzcms/',
'web_path' => '/',
'web_icp' => '粤ICP备000000号',
'CRON_MAX_TIME' => 60,
'web_copyright' => '',
'web_tongji' => '',
'web_admin_pagenum' => 20,
'web_home_pagenum' => 15,
'web_adsensepath' => 'Public/Banner',
);
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化