From 77dd898ab94b2bada11004d42c6f0d561e1d643f Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Tue, 19 Feb 2008 22:03:12 +0000 Subject: set 410 'GONE' http status for This confirmation link is no longer valid. --- confirm.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/confirm.php b/confirm.php index e4974f8..1d7f8db 100644 --- a/confirm.php +++ b/confirm.php @@ -1,6 +1,6 @@ confirmRe $gBitSmarty->assign_by_ref( 'userInfo', $userInfo ); $gBitSystem->display( 'bitpackage:users/change_password.tpl', 'Confrim Password Change' ); } else { + $gBitSystem->setHttpStatus( 410 ); $gBitSystem->fatalError( tra("This confirmation link is no longer valid. Please Login or request a new password change") ); } ?> -- cgit v1.3