\n";
}
$CommandDesc=$Commands{$Command};
if(!$CommandDesc){
$CommandDesc = $Command;
}
print " | $CommandDesc | \n";
if(&CommandContains($UserAllowedCommands{$Username},$FTPCommands)){
$AllowChecked=" checked";
} else {
$AllowChecked="";
}
if(&CommandContains($UserDeniedCommands{$Username},$FTPCommands)){
$DenyChecked=" checked";
} else {
$DenyChecked="";
}
if($AllowChecked || $DenyChecked){
$DefaultChecked = "";
} else {
$DefaultChecked = " checked";
}
print " \n";
print " \n";
print " \n";
print " | ";
$Column++;
if($Column == $MaxColumns){
print "
\n";
$Column=0;
$Row++;
}
}
if($Column > 0){
print " \n";
}
print "