summaryrefslogtreecommitdiffstats
path: root/19.0/apache/config/apps.config.php
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-07-06 17:51:01 +0000
committerGitHub Workflow <workflow@github.com>2021-07-06 17:51:01 +0000
commitb6b9499252cd572f3bb903f2cb04d36ea880573f (patch)
tree04c76c07d8850cf48effe7b08ab33f5573e13ef9 /19.0/apache/config/apps.config.php
parent9c6af73a768dbe48fd0cfa9434ff46042b9573d3 (diff)
Runs update.sh
Diffstat (limited to '19.0/apache/config/apps.config.php')
-rw-r--r--19.0/apache/config/apps.config.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/19.0/apache/config/apps.config.php b/19.0/apache/config/apps.config.php
deleted file mode 100644
index 4c37f72a..00000000
--- a/19.0/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,
- ),
- ),
-);