summaryrefslogtreecommitdiff
path: root/html/maintenance.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/maintenance.php')
-rw-r--r--html/maintenance.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/maintenance.php b/html/maintenance.php
index 7f020c1..a60ff2c 100644
--- a/html/maintenance.php
+++ b/html/maintenance.php
@@ -131,4 +131,8 @@ if (array_key_exists('ddns', $_GET)) {
$result = $result -> fetchArray();
echo $result['key'] . "\n";
$stm -> close();
+ die();
}
+
+
+echo "ok\n";