From d1c7b6ec50c31bdac17533c13e908fb41c1e1990 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 11 May 2007 22:02:35 +0200 Subject: add sneaky_index option This disables the last patch and adds an option to enable it on demand. darcs-hash:20070511200235-7ad00-a3ea769bc4965710b7fd261d31e2c9f8a3d9d7f5.gz --- conf/dokuwiki.php | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/dokuwiki.php') diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index a6ba7d6ce..f6c595e18 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -67,6 +67,7 @@ $conf['superuser'] = '!!not set!!'; //The admin can be user or @group $conf['manager'] = '!!not set!!'; //The manager can be user or @group $conf['profileconfirm'] = '1'; //Require current password to confirm changes to user profile $conf['disableactions'] = ''; //comma separated list of actions to disable +$conf['sneaky_index'] = 0; //check for namespace read permission in index view (0|1) (1 might cause unexpected behavior) /* Advanced Options */ -- cgit v1.2.3