maintenance updated

This commit is contained in:
Shadow
2018-06-04 09:26:49 +03:00
committed by GitHub
parent 6823c85bf8
commit e27e191bce
+4 -2
View File
@@ -86,7 +86,9 @@ if($_SESSION['ok'] == 2){
<div id="mid"> <div id="mid">
<?php include("Templates/menu.tpl"); ?> <?php include("Templates/menu.tpl"); ?>
<div id="content" class="village2" style="font-size: 20pt;text-align: center"> <div id="content" class="village2" style="font-size: 20pt;text-align: center">
<p><b>Server is under maintenance</b></p> <p><b>Presently, the server is not available due to maintenance.</b></p>
<img src="img/lol.PNG">
<p><b>This take a few minutes. In the meantime you can drink a coffee.</b></p>
</div> </div>
<br /><br /><br /><br /><div id="side_info"> <br /><br /><br /><br /><div id="side_info">
<?php <?php
@@ -119,4 +121,4 @@ if($_SESSION['ok'] == 2){
header("Location: dorf1.php"); header("Location: dorf1.php");
exit; exit;
} }
?> ?>