From 160b2db8392ff345cc66076f657c4caf455b90db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= <glen@pld-linux.org> Date: Wed, 2 Jan 2019 16:45:48 +0200 Subject: [PATCH] conf: remoteuser doc inprovement --- conf/dokuwiki.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index d5c53912e..75c1936ef 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -8,7 +8,7 @@ * This is a piece of PHP code so PHP syntax applies! * * For help with the configuration and a more detailed explanation of the various options - * see http://www.dokuwiki.org/config + * see https://www.dokuwiki.org/config */ @@ -65,7 +65,7 @@ $conf['disableactions'] = ''; //comma separated list of actions to di $conf['auth_security_timeout'] = 900; //time (seconds) auth data is considered valid, set to 0 to recheck on every page view $conf['securecookie'] = 1; //never send HTTPS cookies via HTTP $conf['remote'] = 0; //Enable/disable remote interfaces -$conf['remoteuser'] = '!!not set!!'; //user/groups that have access to remote interface (comma separated) +$conf['remoteuser'] = '!!not set!!'; //user/groups that have access to remote interface (comma separated). leave empty to allow all users /* Antispam Features */ $conf['usewordblock']= 1; //block spam based on words? 0|1 -- GitLab