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'; ?> <?php include 'HEADER.php'; ?>
<title>Service Status and Information - thunix Community</title> <title>Status of thunix Servers and Services - thunix</title>
</head> <?php include 'HEADER2.php'; ?>
<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">
<h2 class="title">Service Status and Information</h2> <h2 class="title">Service Status and Information</h2>
<div style="clear: both;">&nbsp;</div> <div style="clear: both;">&nbsp;</div>
<div class="entry"> <div class="entry">
@ -57,9 +45,9 @@
<p> <p>
<!-- Have to clean this section up a bit, styling, really --> <!-- Have to clean this section up a bit, styling, really -->
<?php <?php
$hosts="all"; $hosts="all";
$f = fopen("./report", "r"); $f = fopen("./report", "r");
echo "Last update: " . date ("H:i", filemtime('./report'))."<p>\n"; echo "Last update: " . date ("H:i", filemtime('./report'))."<p>\n";