From: Alan Knowles Date: Thu, 16 Aug 2018 00:42:44 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d2ea8f164a2b6aa1f1f9d39b72dda59fd7d2d89d Asset.php --- diff --git a/Asset.php b/Asset.php index b65dca0c..c8c997c4 100644 --- a/Asset.php +++ b/Asset.php @@ -168,7 +168,7 @@ class Pman_Core_Asset extends Pman { function clearCompiledFilesCache() { $au = $this->getAuthUser(); - if (!$au && !in_array($_SERVER['REMOTE_ADDR'] , array('127.0.0.1','::1')) { + if (!$au && !in_array($_SERVER['REMOTE_ADDR'] , array('127.0.0.1','::1'))) { $this->jerr("Cache can only be cleared by authenticated users"); }