summaryrefslogtreecommitdiffstats
path: root/18.0-rc/apache/config/apps.config.php
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-02-13 11:14:36 +0000
committertilosp-bot <git-bot@tilosp.de>2020-02-13 11:14:36 +0000
commit884d8c21a5fe1ddfd40897859e9d6b79ed48ac3f (patch)
treed11023bfa83241268cfc0156774a1ee3302c9682 /18.0-rc/apache/config/apps.config.php
parentac10481730fcafd872b53afaf0f6c2aeabf51d43 (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,
- ),
- ),
-);