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
path: root/apps
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-05-07 14:47:34 +0400
committerGeorg Ehrke <dev@georgswebsite.de>2012-05-07 14:47:34 +0400
commit1138df0f4b0cd2e151fa65670705a578c718a0c2 (patch)
tree3a6448e95326d9187d7970551143a96f2e73fc46 /apps
parent6bdbcc1f49f84292f539549da859cc0611587fc6 (diff)
fix webdav, bloody merge conflicts
Diffstat (limited to 'apps')
-rw-r--r--apps/files/appinfo/remote.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php
index 94ae101bb00..465e0c0a935 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -24,7 +24,6 @@
*/
// only need filesystem apps
$RUNTIME_APPTYPES=array('filesystem','authentication');
-require_once('../lib/base.php');
// Backends
$authBackend = new OC_Connector_Sabre_Auth();