From 134b7bd9e90653ac01e8b80e46c4ec4ea0e62be0 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 27 Jun 2010 15:16:36 +0200 Subject: do not require special permissions to look at index FS#1720 --- inc/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/actions.php b/inc/actions.php index 5141f1941..914ff1ce6 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -231,7 +231,7 @@ function act_permcheck($act){ }else{ $permneed = AUTH_CREATE; } - }elseif(in_array($act,array('login','search','recent','profile'))){ + }elseif(in_array($act,array('login','search','recent','profile','index'))){ $permneed = AUTH_NONE; }elseif($act == 'revert'){ $permneed = AUTH_ADMIN; -- cgit v1.2.3