summaryrefslogtreecommitdiffstats
path: root/20.0-rc/fpm/config/apps.config.php
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-10-24 17:52:50 +0000
committerGitHub Workflow <workflow@github.com>2020-10-24 17:52:50 +0000
commite95023790cc36274053af7930831a9aecbf32efd (patch)
treec448c275410eaf3b0dff9a2a38a86572e64ec501 /20.0-rc/fpm/config/apps.config.php
parent5906ddcbe3e25815d73a8386422ce8b2ef31f57b (diff)
Runs update.sh
Diffstat (limited to '20.0-rc/fpm/config/apps.config.php')
-rw-r--r--20.0-rc/fpm/config/apps.config.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/20.0-rc/fpm/config/apps.config.php b/20.0-rc/fpm/config/apps.config.php
deleted file mode 100644
index a4bed833..00000000
--- a/20.0-rc/fpm/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,
- ),
- ),
-);