Updates and cleanup
This commit is contained in:
parent
3e1a5a06b3
commit
1599a338e5
19 changed files with 65 additions and 90 deletions
|
@ -33,10 +33,6 @@ $config["db"] = "bcWe";
|
|||
$config["prefix"]="bcwe_";
|
||||
// your Database Sytem
|
||||
$config["db_class"]="mysqli";
|
||||
$config['MEMCACHE_SERVER'] = '127.0.0.1';
|
||||
$config['MEMCACHE_PORT'] = '11211';
|
||||
$config['MEMCACHE_PREFIX'] = 'bcWe';
|
||||
$config['MEMCACHE_EXPIRATION'] = '50000';
|
||||
|
||||
define('INSTALLED', FALSE);
|
||||
define("CHARSET", "UTF-8");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue