* @package config * @version $Id: config.php 4211 2017-06-20 14:30:10Z pengjx $ * @link https://xuanim.com */ $config->product = 'xxb'; $config->version = '7.2.1'; // 喧喧的版本。 The version of XXB. Don't change it. $config->buildDate = "build at Sun Jul 9 00:49:31 PDT 2023"; /* 基本设置。Rangerteam basic settings. */ $config->sessionVar = 'xid'; // 请求类型为GET:session变量名。 requestType=GET: the session var name. $config->cookiePath = '/'; // cookies路径分隔符。 The path of cookies. $config->checkVersion = true; // 是否自动检测新版本。 Auto check for new version or not. $config->timeout = 30 * 1000; // ajax请求超时时间,单位毫秒。 The timeout of ajax request. $config->pingInterval = 60; // 心跳请求发送间隔,单位秒。 The interval of ping request, seconds. $config->customerLimit = 50; // 页面加载时载入客户的最大数量。 The maximum number of customers that are loaded when the page loads. $config->searchLimit = 50; // 使用ajax搜索客户时页面显示的最大条目数量。The maximum number of customers displays in search customer page. /* Supported charsets. */ $config->charsets['zh-cn']['utf-8'] = 'UTF-8'; $config->charsets['zh-cn']['gbk'] = 'GBK'; $config->charsets['zh-tw']['utf-8'] = 'UTF-8'; $config->charsets['zh-tw']['big5'] = 'BIG5'; $config->charsets['en']['utf-8'] = 'UTF-8'; /* IP white list settings.*/ $config->ipWhiteList = '*'; $config->allowedTags = '