Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
ids-kl
/
ldap-signup
/
47cf90bba5841a750806533973f60bdbb36d61a8
/
.
/
templates
/
confirm_your_email.htm
blob: 0b7d855fab39f2a826b3ce280e8e66eb0450677d [
file
] [
log
] [
blame
]
<h2>
Almost there! Confirm your email
</h2>
<?
php
echo
"<p>Didn't receive anything yet? <a href='"
.
$BASE_URL
.
"/?type=resend&token="
.
$_SESSION
[
'resend'
].
"'>Click here</a> to resend the confirmation email.</p>"
;
?>