tweaks to newserver.php

This commit is contained in:
Anton McClure 2019-05-20 08:37:29 -04:00
parent 1adf360481
commit dd588dac21
No known key found for this signature in database
GPG Key ID: DC9155FB2EEAA2EF
1 changed files with 4 additions and 16 deletions

View File

@ -1,18 +1,6 @@
<?php include 'HEADER.php'; ?>
<title>Service Status and Information - thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<div class="post">
<title>Status of thunix Servers and Services - thunix</title>
<?php include 'HEADER2.php'; ?>
<h2 class="title">Service Status and Information</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
@ -57,9 +45,9 @@
<p>
<!-- Have to clean this section up a bit, styling, really -->
<?php
$hosts="all";
$f = fopen("./report", "r");
echo "Last update: " . date ("H:i", filemtime('./report'))."<p>\n";