From aa48d5145f8b9d2774bf747077e1f00fb64b47e4 Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Thu, 14 Jan 2021 16:51:39 +0000 Subject: Runs update.sh --- 20.0/apache/config/apps.config.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '20.0/apache/config/apps.config.php') diff --git a/20.0/apache/config/apps.config.php b/20.0/apache/config/apps.config.php index a4bed833..4c37f72a 100644 --- a/20.0/apache/config/apps.config.php +++ b/20.0/apache/config/apps.config.php @@ -1,15 +1,15 @@ array ( + 'apps_paths' => array ( 0 => array ( - "path" => OC::$SERVERROOT."/apps", - "url" => "/apps", - "writable" => false, + 'path' => OC::$SERVERROOT.'/apps', + 'url' => '/apps', + 'writable' => false, ), 1 => array ( - "path" => OC::$SERVERROOT."/custom_apps", - "url" => "/custom_apps", - "writable" => true, + 'path' => OC::$SERVERROOT.'/custom_apps', + 'url' => '/custom_apps', + 'writable' => true, ), ), ); -- cgit v1.2.3