From 880d80be674fe4cc5c6be40980567ccd4b4553a5 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sat, 14 Jul 2012 00:10:17 +0200 Subject: fix minified js and css --- remote.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'remote.php') diff --git a/remote.php b/remote.php index 8c02c24e2a3..8461eea19ad 100644 --- a/remote.php +++ b/remote.php @@ -23,6 +23,8 @@ if(is_null($file)){ exit; } +$file=ltrim($file,'/'); + $parts=explode('/', $file, 2); $app=$parts[0]; switch ($app) { -- cgit v1.2.3