From 4504fd0900763d63113f81fa7cb3522151f57d61 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 10 Mar 2015 16:17:43 +1300 Subject: [PATCH] GET parameters should fall through cache --- main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main.php b/main.php index 970ce58..dbd5a5b 100644 --- a/main.php +++ b/main.php @@ -61,6 +61,7 @@ if ( && count(array_diff(array_keys($_GET), array('url', 'cacheSubdir'))) == 0 // Request is not POST (which would have to be handled dynamically) && count($_POST) == 0 + && count($_GET) <= 1 ) { // Define system paths (copied from Core.php) if(!defined('BASE_PATH')) {