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 'apps/media/remote.php')
-rw-r--r--apps/media/remote.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/media/remote.php b/apps/media/remote.php
new file mode 100644
index 00000000000..8a88c2b51ae
--- /dev/null
+++ b/apps/media/remote.php
@@ -0,0 +1,7 @@
+<?php
+if($path_info == '/ampache' || $path_info == '/ampache/'){
+ require_once(OC::$APPSROOT . '/apps/media/index.php');
+}else{
+ require_once(OC::$APPSROOT . '/apps/media/server/xml.server.php');
+}
+?> \ No newline at end of file