diff --git a/remote.php b/remote.php index 2d0088cd903b04d2a8c1dbd9e56d65fb59c71d6c..fdbb796d917b44d8df8a729951679cebfda09e33 100644 --- a/remote.php +++ b/remote.php @@ -35,7 +35,7 @@ try { if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { $file = OC_App::getAppPath($app) .'/'. $parts[1]; }else{ - $file = '/' . OC_App::getAppPath($app) .'/'. $parts[1]; + $file = OC_App::getAppPath($app) .'/'. $parts[1]; } break; }