Dangling table tag

This commit is contained in:
Ubergeek 2019-02-06 14:22:36 +00:00
parent 41c5267169
commit bf5d49fda2
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ $hosts="all";
$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) {
echo "<tr>";
if ($hosts == "failed" ) {