Corrected report location

This commit is contained in:
Ubergeek 2019-07-15 16:44:00 +00:00
parent 328fb17482
commit 34da0f2242
1 changed files with 1 additions and 1 deletions

View File

@ -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%'>";