mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
vacation mode but i will disable it just implemented but will be disabled
This commit is contained in:
@@ -207,6 +207,10 @@ if($form->getError("activate") != "") {
|
||||
<a href=\"activate.php?usr=".$form->getError("activate")."\">".VERIFY_EMAIL."</a>
|
||||
</p>";
|
||||
}
|
||||
if($form->getError("vacation") != "") {
|
||||
echo "<p class=\"error_box\">
|
||||
<span class=\"error\">".$form->getError("vacation")."</span></p>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<div id="side_info" class="outgame">
|
||||
|
||||
Reference in New Issue
Block a user