mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
chore: HTML fixes from Eclipse
This commit is contained in:
@@ -33,7 +33,7 @@ $_SESSION[ 'csrf' ] = $key;
|
||||
<html>
|
||||
<head>
|
||||
<title><?php echo SERVER_NAME; ?></title>
|
||||
<link REL="shortcut icon" HREF="favicon.ico"/>
|
||||
<link rel="shortcut icon" href="favicon.ico"/>
|
||||
<meta name="content-language" content="en" />
|
||||
<meta http-equiv="cache-control" content="max-age=0" />
|
||||
<meta http-equiv="imagetoolbar" content="no" />
|
||||
@@ -76,7 +76,7 @@ else
|
||||
$stime = strtotime(START_DATE)-strtotime(date('m/d/Y'))+strtotime(START_TIME);
|
||||
if($stime > time()){
|
||||
?>
|
||||
<br/><center><big>Server will start in: </big></center>
|
||||
<br/><div style="text-align: center"><big>Server will start in: </big></div>
|
||||
<script language="JavaScript">
|
||||
TargetDate = "<?php echo START_DATE; ?> <?php echo START_TIME; ?>";
|
||||
CountActive = true;
|
||||
|
||||
Reference in New Issue
Block a user