Skip to content
Snippets Groups Projects
Commit 35f9a929 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remain on screen when update button is pressed

parent 1cbe9cb7
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ if (isset($_POST['submitsystemmonitor'])) {
$system_monitor_file = fopen(".system_monitor.txt", "w") or die("Unable to create setup file");
fwrite($system_monitor_file, " ");
fclose($system_monitor_file);
$output_filename = "system_monitor.html";
}
$htmlfile = fopen("$output_filename", "r") or die("Unable to open $output_filename");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment