remove CACHE_HTTP - client side page cache causes more problems than it solves

This commit is contained in:
Shish
2020-02-09 16:25:17 +00:00
parent 3c78b5685e
commit 641fd5a16f
4 changed files with 1 additions and 19 deletions

View File

@@ -6,7 +6,6 @@ define("DATABASE_DSN", null);
define("DATABASE_TIMEOUT", 10000);
define("CACHE_DSN", null);
define("DEBUG", false);
define("CACHE_HTTP", false);
define("COOKIE_PREFIX", 'shm');
define("SPEED_HAX", false);
define("NICE_URLS", true);