summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-07-28 10:14:22 +0200
committerErich Eckner <git@eckner.net>2022-07-28 10:14:22 +0200
commitaf3414a24e7820af8923d93a3d2175f878a50687 (patch)
treee9f636f79598c5bc82015585b981933c94166109
parentcfed40fd54a73d6fd55989482b1ac77a35a38b74 (diff)
downloadcolocation-af3414a24e7820af8923d93a3d2175f878a50687.tar.xz
linebreaks
-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();