root 17 years ago
parent 542c6c44b1
commit 8828b1ef54

@ -14,7 +14,21 @@
*/ */
include_once("../includes/shutdown.php"); include_once("../includes/shutdown.php");
?> ?>
<? if($_SESSION['_config']['error'] != "") { ?><div color="orange"><?=_("ERROR")?>: <?=$_SESSION['_config']['error']?></div><? unset($_SESSION['_config']['error']); } ?> <?
if($_SESSION['_config']['error'] != "")
{
if($_SESSION['_config']['remindersent'] == 1)
{
?><div color="orange"><?
}
else
{
?><div color="orange"><?=_("ERROR")?>: <?
}
echo $_SESSION['_config']['error']."</div>";
unset($_SESSION['_config']['error']);
}
?>
<? if($_SESSION['_config']['noemailfound'] == 1) { ?> <? if($_SESSION['_config']['noemailfound'] == 1) { ?>
<form method="post" action="wot.php"> <form method="post" action="wot.php">
<input type="hidden" name="email" value="<?=sanitizeHTML($_POST['email'])?>"><br> <input type="hidden" name="email" value="<?=sanitizeHTML($_POST['email'])?>"><br>

Loading…
Cancel
Save