summaryrefslogtreecommitdiffstats
path: root/25/fpm-alpine/config/apps.config.php
diff options
context:
space:
mode:
Diffstat (limited to '25/fpm-alpine/config/apps.config.php')
-rw-r--r--25/fpm-alpine/config/apps.config.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/25/fpm-alpine/config/apps.config.php b/25/fpm-alpine/config/apps.config.php
deleted file mode 100644
index 4c37f72a..00000000
--- a/25/fpm-alpine/config/apps.config.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-$CONFIG = array (
- 'apps_paths' => array (
- 0 => array (
- 'path' => OC::$SERVERROOT.'/apps',
- 'url' => '/apps',
- 'writable' => false,
- ),
- 1 => array (
- 'path' => OC::$SERVERROOT.'/custom_apps',
- 'url' => '/custom_apps',
- 'writable' => true,
- ),
- ),
-);