Skip to content
Snippets Groups Projects
Commit 5c4260fa authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fix user group name in install.php

darcs-hash:20061010111646-7ad00-9b0b08b448f0dcadebff784f27f0ec28d49cbc21.gz
parent a51d08ef
No related branches found
No related tags found
No related merge requests found
......@@ -302,10 +302,10 @@ EOT;
EOT;
if($d['policy'] == 2){
$output .= "* @ALL 0\n";
$output .= "* @users 8\n";
$output .= "* @user 8\n";
}elseif($d['policy'] == 1){
$output .= "* @ALL 1\n";
$output .= "* @users 8\n";
$output .= "* @user 8\n";
}else{
$output .= "* @ALL 8\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment