From 904cb857f488839da87cd4dca8c3f8b40f07dde7 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 29 Dec 2007 12:51:53 +0000 Subject: [PATCH] Removed duplicate headers and footers --- includes/account.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 = "";