diff --git a/index.php b/index.php index 966f30b9..112589b0 100644 --- a/index.php +++ b/index.php @@ -125,13 +125,14 @@ try { define('NOPROXY',true); } + $params = $_GET; + // Initialize cache $cache = Cache::create('FileCache'); $cache->setPath(CACHE_DIR); $cache->purgeCache(86400); // 24 hours $cache->setParameters($params); - $params = $_GET; unset($params['action']); unset($params['bridge']); unset($params['format']);