From 9c088a68759ae81779a0e80c0296f115cce121ce Mon Sep 17 00:00:00 2001
From: Luke Bratch
Date: Thu, 13 Apr 2017 00:33:03 +0100
Subject: Try to render a full HTML page on all normal pages
---
dns.php | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
(limited to 'dns.php')
diff --git a/dns.php b/dns.php
index b184a95..df7e0c7 100644
--- a/dns.php
+++ b/dns.php
@@ -1,3 +1,10 @@
+
+
+
+ BlaDNS
+
+
+
sorry, the domain or password is wrong :(
";
}
} else if (isset($_POST['domain']) && isset($_POST['password']) && isset($_POST['zonetext'])) {
$zonetext = str_replace("\r", '', $_POST['zonetext']);
writezone($_POST['domain'], $_POST['password'], $zonetext);
- echo "all done :)";
+ echo "all done :)
";
} else {
?>
-
-
-
- BlaDNS
-
-
-
-
-
+
+
--
cgit v1.2.3