Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'remote.php')
-rw-r--r--remote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.php b/remote.php
index 7884695b3a5..8e7eaa7963b 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;
}