4 Star 2 Fork 2

sunbingzibo / phpok3w

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.php 353 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunbingzibo 提交于 2015-03-21 17:39 . 打了各种bug
<?php
$CFG['database'] = 'mysql';
$CFG['pconnect'] = '0';
$CFG['db_host'] = 'localhost';
$CFG['db_name'] = 'okdb';
$CFG['db_user'] = 'root';
$CFG['db_pass'] = 'mmeizhen';
$CFG['db_charset'] = 'utf8';
$CFG['db_expires'] = '0';
$CFG['charset'] = 'utf-8';
$CFG['file_mod'] = 0777;
$CFG['cache'] = 'file';
$CFG['cache_pre'] = 'cb9_';
$CFG['cache_dir'] = '';
PHP
1
https://gitee.com/9786/phpok3w.git
git@gitee.com:9786/phpok3w.git
9786
phpok3w
phpok3w
master

搜索帮助