mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-24 07:10:18 +00:00
Corrected report location
This commit is contained in:
@@ -71,7 +71,7 @@ echo $ParsedownExtra->text($content);
|
||||
|
||||
$hosts="all";
|
||||
|
||||
$f = fopen("./report", "r");
|
||||
$f = fopen("$doc_root/report", "r");
|
||||
|
||||
echo "Last update: " . date ("H:i", filemtime('./report'))."<p>\n";
|
||||
echo "<table style='width:80%'>";
|
||||
|
||||
Reference in New Issue
Block a user