[index] Disable custom cache timeout by default

This commit is contained in:
logmanoriginal 2018-03-11 11:42:45 +01:00
parent 92f5cb7db0
commit 932e81db7d

View File

@ -20,8 +20,8 @@ define('PROXY_BYBRIDGE', false);
define('PROXY_NAME', 'Hidden Proxy Name');
// Allows the operator to specify custom cache timeouts via '&_cache_timeout=3600'
// true: enabled (default), false: disabled
define('CUSTOM_CACHE_TIMEOUT', true);
// true: enabled, false: disabled (default)
define('CUSTOM_CACHE_TIMEOUT', false);
date_default_timezone_set('UTC');
error_reporting(0);