mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-24 07:10:18 +00:00
Dangling table tag
This commit is contained in:
@@ -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" ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user