summaryrefslogtreecommitdiff
path: root/pages/account/44.php
diff options
context:
space:
mode:
authormam <m.maengel@project-biz.de>2014-02-21 07:57:14 +0100
committermam <m.maengel@project-biz.de>2014-02-21 07:57:14 +0100
commit84814bff4a82dcdacd181396529b9c8943c73318 (patch)
treea34ebfd3cf7b79282ebc3de94b51d7311cb617da /pages/account/44.php
parentfc3d432f6300e782e2073531867eb9bfed146026 (diff)
downloadcacert-devel-84814bff4a82dcdacd181396529b9c8943c73318.tar.gz
cacert-devel-84814bff4a82dcdacd181396529b9c8943c73318.tar.xz
cacert-devel-84814bff4a82dcdacd181396529b9c8943c73318.zip
bug 1138: added footer output if ticket no missing for pages/account/44.php and pages/account/59.php
Diffstat (limited to 'pages/account/44.php')
-rw-r--r--pages/account/44.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/account/44.php b/pages/account/44.php
index 51e853a..0b4a9b9 100644
--- a/pages/account/44.php
+++ b/pages/account/44.php
@@ -20,6 +20,7 @@
$ticketno = ""; if(array_key_exists('ticketno', $_SESSION)) $ticketno = $_SESSION['ticketno'];
if (!valid_ticket_number($ticketno)) {
echo printf(_("I'm sorry, you did not enter a ticket number!%sYou cannot reset the password.%s"), '<br/>', '<br/><a href="account.php?id=43&amp;userid=' . intval($_REQUEST['userid']) .'">'. _('Back to previous page.').'</a>');
+ showfooter();
exit;
}
?>