diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-07-14 00:10:17 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-07-14 00:10:17 +0200 |
commit | 880d80be674fe4cc5c6be40980567ccd4b4553a5 (patch) | |
tree | 92f1d86eaf93a367f2907dc65d7a556083313336 /remote.php | |
parent | 7d1f644011e23d19cc22d431ae5e6cf31144db50 (diff) | |
download | nextcloud-server-880d80be674fe4cc5c6be40980567ccd4b4553a5.tar.gz nextcloud-server-880d80be674fe4cc5c6be40980567ccd4b4553a5.zip |
fix minified js and css
Diffstat (limited to 'remote.php')
-rw-r--r-- | remote.php | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |