diff -r 7be4525290cc -r 2ff220cfde13 add_zone_master.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/add_zone_master.php Mon Jun 04 18:43:11 2007 +0000
@@ -0,0 +1,127 @@
+
echo _('Error'); ?>: echo $error; ?>
+ }
+ elseif ($success != "")
+ {
+ ?> echo $success; ?>
+ }
+
+ ?>
+ Add master zone
+
+
+ // Zone type set to master and native only, slave zones are created
+ // on a different page.
+ $zone_types = array("MASTER", "NATIVE");
+ $users = show_users();
+ ?>
+
+
+
+include_once("inc/footer.inc.php");
+?>