summaryrefslogtreecommitdiffstats
path: root/16.0-rc/apache/config/apps.config.php
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-04-26 13:27:26 +0200
committerJ0WI <J0WI@users.noreply.github.com>2019-04-26 13:27:26 +0200
commitabe7b700523a3b9660314b57ed00eda25712b6fa (patch)
tree1ff9d56f2731adc4ba7d5141729e0e32f9623808 /16.0-rc/apache/config/apps.config.php
parent7a96e8b5ad48a014d5a9833543ea1ed0aa885522 (diff)
Run update.sh
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
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,
- ),
- ),
-);