summaryrefslogtreecommitdiffstats
path: root/18.0-rc/apache/config/apps.config.php
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-01-17 14:04:57 +0000
committertilosp-bot <git-bot@tilosp.de>2020-01-17 14:04:57 +0000
commitc8fe9f30559a9562f94bc15e2329c8532a3660b9 (patch)
tree5eef46bc72d558fb230552b90521c93917b6eb1a /18.0-rc/apache/config/apps.config.php
parent13be446667270de43ebe8e88985542ab8e13f733 (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,
- ),
- ),
-);