From ad1719997b25299696078eb7c2d8329d8bc8f84d Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Tue, 8 May 2007 14:47:07 +0000 Subject: Add NTP server field to dhcp config. From: Alexander Schaber --- etc/inc/xmlparse.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/inc/xmlparse.inc') diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc index b6bb16a..9abda50 100644 --- a/etc/inc/xmlparse.inc +++ b/etc/inc/xmlparse.inc @@ -36,7 +36,7 @@ function listtags() { "earlyshellcmd encryption-algorithm-option field fieldname hash-algorithm-option " . "hosts group interface_array item key lbpool menu mobilekey mount onetoone option package passthrumac priv proxyarpnet " . "queue pages pipe route row rule schedule service servernat servers earlyshellcmd shellcmd staticmap subqueue " . - "timerange tunnel user vip virtual_server vlan winsserver wolentry widget depends_on_package"); + "timerange tunnel user vip virtual_server vlan winsserver ntpserver wolentry widget depends_on_package"); return $ret; } @@ -259,4 +259,4 @@ function dump_xml_config_raw($arr, $rootobj) { return $xmlconfig; } -?> \ No newline at end of file +?> -- cgit v1.1