summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-05-11 22:09:12 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-05-11 22:09:12 +0200
commitfc8965849104aed26f5e2a70212e4299e9ac33e6 (patch)
tree0ea8a625bba2d96d10bb5c8e3cba5bdcdde3acbc /install.php
parentbe42df23acea1dbdddb8b0d77c2fd5bcbc0e6f1e (diff)
downloadrpg-fc8965849104aed26f5e2a70212e4299e9ac33e6.tar.gz
rpg-fc8965849104aed26f5e2a70212e4299e9ac33e6.tar.bz2
remove deprecated ACL option from installer
darcs-hash:20070511200912-7ad00-68efca374c610a52fae11ee3fe624eb101fc418a.gz
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 0 insertions, 2 deletions
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;