From cfe32f04f44a0596f32a4c235584224671e4adbd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jul 2011 16:05:46 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/JsCompile.php b/JsCompile.php index f076449f..192d6417 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -96,8 +96,11 @@ class Pman_Core_JsCompile extends Pman echo ''; return; } - echo "output original.."; - exit; + foreach($arfiles as $f=>$t) { + echo ''; + + } + ; -- 2.39.2