From fc8965849104aed26f5e2a70212e4299e9ac33e6 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 11 May 2007 22:09:12 +0200 Subject: remove deprecated ACL option from installer darcs-hash:20070511200912-7ad00-68efca374c610a52fae11ee3fe624eb101fc418a.gz --- install.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'install.php') diff --git a/install.php b/install.php index 960a594bc..ef76110be 100644 --- a/install.php +++ b/install.php @@ -309,8 +309,6 @@ EOT; }else{ $output .= "* @ALL 8\n"; } - - $output .= "* @admin 255\n"; $ok = $ok && fileWrite(DOKU_LOCAL.'acl.auth.php', $output); } return $ok; -- cgit v1.2.3