From d9be31bc69b6ffebd92ecb5490f955b0cd501c8d Mon Sep 17 00:00:00 2001 From: Yaco Date: Wed, 17 Aug 2022 20:32:43 -0300 Subject: disable updates notices --- platform/www/conf/local.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'platform/www/conf/local.php') diff --git a/platform/www/conf/local.php b/platform/www/conf/local.php index 976def9..15aa56b 100644 --- a/platform/www/conf/local.php +++ b/platform/www/conf/local.php @@ -3,7 +3,7 @@ * Dokuwiki's Main Configuration File - Local Settings * Auto-generated by config plugin * Run for user: admin - * Date: Sat, 12 Mar 2022 20:10:08 +0000 + * Date: Wed, 17 Aug 2022 20:32:16 -0300 */ $conf['title'] = 'The Acervus Project'; @@ -18,6 +18,7 @@ $conf['disableactions'] = 'register'; $conf['htmlok'] = 1; $conf['target']['extern'] = '_blank'; $conf['mailfrom'] = 'info@acerv.us'; +$conf['updatecheck'] = 0; $conf['userewrite'] = '1'; $conf['plugin']['authldap']['attributes'] = array(); $conf['plugin']['pageredirect']['show_note'] = 0; -- cgit v1.2.1