Removed duplicate headers and footers

pull/1/head
root 17 years ago
parent b0c4900bb7
commit 904cb857f4

@ -688,7 +688,7 @@
$res = mysql_query($query);
if(mysql_num_rows($res) <= 0)
{
printf(_("Invalid ID '%s' presented, can't do anything with it.")."<br>\n", $id);
printf(_("Invalid ID '%s' presented, can't do anything with it.")."<br/>\n", $id);
continue;
}
mysql_query("update `domaincerts` set `renewed`='1' where `id`='$id'");
@ -713,10 +713,11 @@
if($_SESSION['_config']['0.CN'] == "" && $_SESSION['_config']['0.subjectAltName'] == "")
{
showheader(_("My CAcert.org Account!"));
//showheader(_("My CAcert.org Account!"));
echo _("CommonName field was blank. This is usually caused by entering your own name when openssl prompt's you for 'YOUR NAME', or if you try to issue certificates for domains you haven't already verified, as such this process can't continue.");
showfooter();
exit;
//showfooter();
//exit;
continue;
}
$subject = "";

Loading…
Cancel
Save