fix minified js and css
This commit is contained in:
parent
7d1f644011
commit
880d80be67
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ if(is_null($file)){
|
|||
exit;
|
||||
}
|
||||
|
||||
$file=ltrim($file,'/');
|
||||
|
||||
$parts=explode('/', $file, 2);
|
||||
$app=$parts[0];
|
||||
switch ($app) {
|
||||
|
|
Loading…
Reference in a new issue