From 2ebd326e417953cbeadfdf67501b19a116a35440 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Tue, 06 Dec 2005 09:37:12 -0500
Subject: [PATCH]
---
interface/web/dns/form/rr.tform.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/interface/web/dns/form/rr.tform.php b/interface/web/dns/form/rr.tform.php
index 1f29926..21beaca 100644
--- a/interface/web/dns/form/rr.tform.php
+++ b/interface/web/dns/form/rr.tform.php
@@ -42,7 +42,7 @@
$form["db_history"] = "yes";
$form["tab_default"] = "rr";
$form["list_default"] = "rr_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
@@ -110,9 +110,11 @@
'aux' => array (
'datatype' => 'INTEGER',
'formtype' => 'TEXT',
+ /*
'validators' => array (0 => array ('type' => 'ISINT',
'errmsg'=> 'rr_aux_error_noint'),
),
+ */
'default' => '',
'value' => '',
'width' => '30',
@@ -121,9 +123,11 @@
'ttl' => array (
'datatype' => 'INTEGER',
'formtype' => 'TEXT',
+ /*
'validators' => array (0 => array ('type' => 'ISPOSITIVE',
'errmsg'=> 'rr_ttl_error_notpositive'),
),
+ */
'default' => '86400',
'value' => '86400',
'width' => '30',
--
Gitblit v1.9.1