This commit is contained in:
genuineparts 2025-06-20 20:13:51 +02:00
parent aa052ee9dc
commit 114e22bbab
10 changed files with 115 additions and 99 deletions

View file

@ -30,7 +30,7 @@ $config["pass"] = "MyPassword";
// your Database
$config["db"] = "bcWe";
// your Database Prefix
$config["prefix"]="be_";
$config["prefix"]="bcwe_";
// your Database Sytem
$config["db_class"]="mysqli";
$config['MEMCACHE_SERVER'] = '127.0.0.1';