Removed the board requirement for TTP

pull/1/head
root 17 years ago
parent 3dffd8e499
commit e791850699

@ -157,7 +157,7 @@
$_SESSION['_config']['error'] = _("You failed to check all boxes to validate your adherence to the rules and policies of CAcert");
}
if($_POST['certify'] != 1 && $_SESSION['profile']['board'] != 1 && $_SESSION['profile']['ttpadmin'] != 1)
if($_POST['certify'] != 1 && $_SESSION['profile']['ttpadmin'] != 1)
{
$id = $oldid;
unset($oldid);
@ -165,7 +165,7 @@
}
}
if($oldid == 6 && $_SESSION['profile']['board'] != 1 && $_SESSION['profile']['ttpadmin'] != 1)
if($oldid == 6 && $_SESSION['profile']['ttpadmin'] != 1)
{
if($_POST['location'] == "")
{

Loading…
Cancel
Save