summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html/maintenance.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/maintenance.php b/html/maintenance.php
index f437a3c..422fcae 100644
--- a/html/maintenance.php
+++ b/html/maintenance.php
@@ -75,7 +75,7 @@ if (array_key_exists('machine',$_GET)) {
$stm -> bindValue('machine', $_GET['machine']);
$result = $stm -> execute();
while ($row = $result -> fetchArray()) {
- echo 'permission = "' . $row['name'] . '", key = "' . $row['key'] . '"' . "\n";
+ echo 'permission = "' . $row['name'] . '", key = "' . $row['key'] . '" <br>' . "\n";
}
echo 'done.' . "\n";
die();