From d1ba8c934978e24617e6ba8614a6e607192f1fe0 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Tue, 06 Dec 2005 09:30:59 -0500 Subject: [PATCH] --- interface/web/dns/form/soa.tform.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/dns/form/soa.tform.php b/interface/web/dns/form/soa.tform.php index ca23e19..5f3f3ba 100644 --- a/interface/web/dns/form/soa.tform.php +++ b/interface/web/dns/form/soa.tform.php @@ -42,7 +42,7 @@ $form["db_history"] = "yes"; $form["tab_default"] = "soa"; $form["list_default"] = "soa_list.php"; -$form["auth"] = 'no'; // yes / no +$form["auth"] = 'yes'; // yes / no $form["auth_preset"]["userid"] = 0; // 0 = id of the user, > 0 id must match with id of current user $form["auth_preset"]["groupid"] = 0; // 0 = default groupid of the user, > 0 id must match with groupid of current user -- Gitblit v1.9.1