From a9b9eff619d95375f747b8085ce3f4a44e12c6d9 Mon Sep 17 00:00:00 2001 From: Arjan Adriaanse Date: Wed, 15 Dec 2021 20:58:45 +0100 Subject: [PATCH] add missing changes --- config.sh | 1 + themes/bij1/defaults.php | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config.sh b/config.sh index c25effd..d580ca4 100755 --- a/config.sh +++ b/config.sh @@ -8,3 +8,4 @@ conf theme bij1 conf default_language nl conf default_locale nl_NL conf overwriteprotocol https +conf debug true diff --git a/themes/bij1/defaults.php b/themes/bij1/defaults.php index 02c2867..7a59045 100644 --- a/themes/bij1/defaults.php +++ b/themes/bij1/defaults.php @@ -25,7 +25,7 @@ class OC_Theme { * @return string URL */ public function getBaseUrl() { - return 'https://kom.bij1.org'; + return 'https://cloud.bij1.org'; } /** @@ -41,7 +41,7 @@ class OC_Theme { * @return string title */ public function getTitle() { - return 'Kom BIJ1'; + return 'Cloud BIJ1'; } /** @@ -49,7 +49,7 @@ class OC_Theme { * @return string title */ public function getName() { - return 'Kom BIJ1'; + return 'Cloud BIJ1'; } /** @@ -57,7 +57,7 @@ class OC_Theme { * @return string title */ public function getHTMLName() { - return 'Kom BIJ1'; + return 'Cloud BIJ1'; } /**