mirror of https://github.com/ThunixdotNet/www.git
Dangling table tag
This commit is contained in:
parent
41c5267169
commit
bf5d49fda2
|
@ -31,8 +31,8 @@ $hosts="all";
|
||||||
|
|
||||||
$f = fopen("./report", "r");
|
$f = fopen("./report", "r");
|
||||||
|
|
||||||
echo "Last update: " . date ("H:i", filemtime('/tmp/report'))."<p>\n";
|
echo "Last update: " . date ("H:i", filemtime('./report'))."<p>\n";
|
||||||
|
echo "<table>";
|
||||||
while (($line = fgetcsv($f)) !== false) {
|
while (($line = fgetcsv($f)) !== false) {
|
||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
if ($hosts == "failed" ) {
|
if ($hosts == "failed" ) {
|
||||||
|
|
Loading…
Reference in New Issue