summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
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;