summaryrefslogtreecommitdiffstats
path: root/18.0-rc/fpm/config/apps.config.php
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-08-27 15:31:23 +0000
committertilosp-bot <git-bot@tilosp.de>2020-08-27 15:31:23 +0000
commit1353c04b9fb456e76d1900be034aa746f878ac5f (patch)
tree6f6908d4f596813c860abbbedf1cf0ec90fb1dad /18.0-rc/fpm/config/apps.config.php
parente0247dc3cd9de9c70d9dec0c68d9a27e7a078376 (diff)
Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '18.0-rc/fpm/config/apps.config.php')
-rw-r--r--18.0-rc/fpm/config/apps.config.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/18.0-rc/fpm/config/apps.config.php b/18.0-rc/fpm/config/apps.config.php
deleted file mode 100644
index a4bed833..00000000
--- a/18.0-rc/fpm/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,
- ),
- ),
-);