summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/maintenance.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/html/maintenance.php b/html/maintenance.php
index a328ef4..8e32090 100644
--- a/html/maintenance.php
+++ b/html/maintenance.php
@@ -38,7 +38,6 @@ if (array_key_exists('machine',$_GET)) {
$stm -> close();
if ($result[0] == 0) {
- $key = bin2hex(random_bytes(64));
$stm = $db -> prepare('INSERT INTO machines (name) VALUES (:machine)');
$stm -> bindValue('machine', $_GET['machine']);
$stm -> execute();