remove constant THELIA_DB_CACHE
This commit is contained in:
@@ -12,10 +12,4 @@ define('THELIA_DB_USER', '__DB_LOGIN__');
|
||||
// database password
|
||||
define('THELIA_DB_PASSWORD', '__DB_PASSWORD__');
|
||||
|
||||
define('THELIA_DB_DSN','sqlite:__DB_FILE__');
|
||||
|
||||
define('THELIA_DB_CACHE', 'file');
|
||||
//define('THELIA_DB_CACHE', 'apc');
|
||||
//define('THELIA_DB_CACHE', 'memcache');
|
||||
//define('THELIA_DB_CACHE', 'session');
|
||||
//define('THELIA_DB_CACHE', 'include');
|
||||
define('THELIA_DB_DSN','sqlite:__DB_FILE__');
|
||||
Reference in New Issue
Block a user