summaryrefslogtreecommitdiff
path: root/html/maintenance.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/maintenance.php')
-rw-r--r--html/maintenance.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/maintenance.php b/html/maintenance.php
index 62805a9..23cd167 100644
--- a/html/maintenance.php
+++ b/html/maintenance.php
@@ -48,7 +48,7 @@ if (array_key_exists('machine',$_GET)) {
while ($row = $result -> fetchArray()) {
echo 'permission = "' . $row['name'] . '", key = "' . $row['key'] . '", comment = "' . $row['comment'] . '" <br>' . "\n";
}
- echo 'done.' . "\n";
+ echo '?machine=' . $_GET['machine'] . '&new_key=running&comment=comment' . "\n";
die();
}