Updates and cleanup

This commit is contained in:
genuineparts 2025-06-22 22:26:19 +02:00
parent 3e1a5a06b3
commit 1599a338e5
19 changed files with 65 additions and 90 deletions

View file

@ -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");