summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html/maintenance.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/maintenance.php b/html/maintenance.php
index cf3ab62..f6b18ce 100644
--- a/html/maintenance.php
+++ b/html/maintenance.php
@@ -74,6 +74,7 @@ if (array_key_exists('machine',$_GET)) {
while ($row = $result -> fetchArray()) {
echo 'permission = "' . $row['name'] . '", key = "' . $row['key'] . '"' . "\n";
}
+ echo 'done.' . "\n";
die();
}