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