From d50e0cb53f38c9c31d053577644d6e34b625f909 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:09:27 +0800 Subject: [PATCH] Asset.php --- Asset.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Asset.php b/Asset.php index a35cdded..03c34db0 100644 --- a/Asset.php +++ b/Asset.php @@ -27,6 +27,11 @@ class Pman_Core_Asset extends Pman { 'js' => 'text/javascript', ); + function getAuth() + { + return true; + } + function get($s='') { -- 2.39.2