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 ca22155..a328ef4 100644
--- a/html/maintenance.php
+++ b/html/maintenance.php
@@ -104,7 +104,7 @@ if (array_key_exists('ddns', $_GET)) {
$key_id = $db -> add_key();
- $stm = $db -> prepare('INSERT INTO permissions(key_id, value_id) VALUES (:key_id, :value_id)');
+ $stm = $db -> prepare('INSERT INTO permissions (key_id, value_id) VALUES (:key_id, :value_id)');
$stm -> bindValue('key_id', $key_id);
$result = $db -> query(
'SELECT "values".id as value_id FROM "values"' .