fix minified js and css

remotes/origin/stable45
Robin Appelman 14 years ago
parent 7d1f644011
commit 880d80be67
  1. 2
      remote.php

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

Loading…
Cancel
Save