summaryrefslogtreecommitdiffstats
path: root/apps/media/remote.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/media/remote.php')
-rw-r--r--apps/media/remote.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/media/remote.php b/apps/media/remote.php
deleted file mode 100644
index 0535077cef1..00000000000
--- a/apps/media/remote.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-// only need filesystem apps
-$RUNTIME_APPTYPES=array('filesystem','authentication');
-OC_App::loadApps($RUNTIME_APPTYPES);
-
-if($path_info == '/ampache' || $path_info == '/ampache/'){
- require_once(OC_App::getAppPath('media').'/index.php');
-}else{
- require_once(OC_App::getAppPath('media').'/server/xml.server.php');
-}