diff --git a/includes/account.php b/includes/account.php index f2d9854..edf6166 100644 --- a/includes/account.php +++ b/includes/account.php @@ -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.")."
\n", $id); + printf(_("Invalid ID '%s' presented, can't do anything with it.")."
\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 = "";