fix minified js and css

This commit is contained in:
Robin Appelman 2012-07-14 00:10:17 +02:00
parent 7d1f644011
commit 880d80be67
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ if(is_null($file)){
exit; exit;
} }
$file=ltrim($file,'/');
$parts=explode('/', $file, 2); $parts=explode('/', $file, 2);
$app=$parts[0]; $app=$parts[0];
switch ($app) { switch ($app) {