summaryrefslogtreecommitdiffstats
path: root/17.0/fpm-alpine/config/apps.config.php
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-10-30 17:26:53 +0100
committerJ0WI <J0WI@users.noreply.github.com>2020-10-30 17:26:53 +0100
commit83503a43c95f49be6ea5f461ef1e06e9a6e93733 (patch)
tree51673c784eabb08913c5b7e4d9d5708ebd6e7223 /17.0/fpm-alpine/config/apps.config.php
parente95023790cc36274053af7930831a9aecbf32efd (diff)
Remove 17.0
Diffstat (limited to '17.0/fpm-alpine/config/apps.config.php')
-rw-r--r--17.0/fpm-alpine/config/apps.config.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/17.0/fpm-alpine/config/apps.config.php b/17.0/fpm-alpine/config/apps.config.php
deleted file mode 100644
index a4bed833..00000000
--- a/17.0/fpm-alpine/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,
- ),
- ),
-);