summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 0bca72984..3ed69b476 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -165,6 +165,8 @@ function js_out(){
* @author Andreas Gohr <andi@splitbrain.org>
*/
function js_cacheok($cache,$files){
+ if($_REQUEST['purge']) return false; //support purge request
+
$ctime = @filemtime($cache);
if(!$ctime) return false; //There is no cache