diff options
Diffstat (limited to 'lib/exe/css.php')
-rw-r--r-- | lib/exe/css.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php index 5e572410f..81f7f3489 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -116,6 +116,8 @@ function css_out(){ * @author Andreas Gohr <andi@splitbrain.org> */ function css_cacheok($cache,$files){ + if($_REQUEST['purge']) return false; //support purge request + $ctime = @filemtime($cache); if(!$ctime) return false; //There is no cache |