1 Star 0 Fork 1

晴云孤魂 / destoon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.inc.php 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
<?php
defined('IN_DESTOON') or exit('Access Denied');
/*
[Destoon B2B System] Copyright (c) 2008-2015 Destoon.COM
This is NOT a freeware, use is subject to license.txt
*/
# http://help.destoon.com/faq/config.php shows detail
$CFG['database'] = 'mysql';
$CFG['pconnect'] = '0';
$CFG['db_host'] = 'localhost';
$CFG['db_name'] = '';
$CFG['db_user'] = 'root';
$CFG['db_pass'] = '';
$CFG['db_charset'] = 'utf8';
$CFG['db_expires'] = '0';
$CFG['tb_pre'] = 'destoon_';
$CFG['charset'] = 'utf-8';
$CFG['url'] = '';
$CFG['com_domain'] = '';
$CFG['com_dir'] = '1';
$CFG['com_rewrite'] = '0';
$CFG['com_vip'] = 'VIP';
$CFG['file_mod'] = 0777;
$CFG['cache'] = 'file';
$CFG['cache_pre'] = 'b2b_';
$CFG['cache_dir'] = '';
$CFG['tag_expires'] = '0';
$CFG['template_refresh'] = '1';
$CFG['cookie_domain'] = '';
$CFG['cookie_path'] = '/';
$CFG['cookie_pre'] = 'destoon_';
$CFG['session'] = 'file';
$CFG['editor'] = 'fckeditor';
$CFG['timezone'] = 'Etc/GMT-8';
$CFG['timediff'] = '0';
$CFG['skin'] = 'default';
$CFG['template'] = 'default';
$CFG['language'] = 'zh-cn';
$CFG['authadmin'] = 'session';
$CFG['authkey'] = 'destoonauthkey';
$CFG['static'] = '';
$CFG['cloud_uid'] = '';
$CFG['cloud_key'] = '';
$CFG['edittpl'] = '1';
$CFG['executesql'] = '1';
$CFG['founderid'] = '1';
?>
PHP
1
https://gitee.com/hexiyou/destoon.git
git@gitee.com:hexiyou/destoon.git
hexiyou
destoon
destoon
origin

搜索帮助