summaryrefslogtreecommitdiffstats
path: root/16.0-rc/apache/config/apps.config.php
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-08-15 10:24:36 +0000
committertilosp-bot <git-bot@tilosp.de>2019-08-15 10:24:36 +0000
commit7ec56a6567044cc5b70adefe85f613a643cb59a9 (patch)
tree12747c2eaa20ff740cab2298a6ca8cb83846766f /16.0-rc/apache/config/apps.config.php
parent6291898c2bdf1c353a8882a186b80984500ca9b7 (diff)
Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '16.0-rc/apache/config/apps.config.php')
-rw-r--r--16.0-rc/apache/config/apps.config.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/16.0-rc/apache/config/apps.config.php b/16.0-rc/apache/config/apps.config.php
deleted file mode 100644
index a4bed833..00000000
--- a/16.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,
- ),
- ),
-);