Skip to content
Snippets Groups Projects
Commit 880d80be authored by Robin Appelman's avatar Robin Appelman
Browse files

fix minified js and css

parent 7d1f6440
Branches
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@ if(is_null($file)){
exit;
}
$file=ltrim($file,'/');
$parts=explode('/', $file, 2);
$app=$parts[0];
switch ($app) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment