From f60e625952c7379575420c3033fdf8c4e3ca7bb4 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sat, 6 Aug 2005 04:26:06 +0000 Subject: alphabetize listtags --- etc/inc/xmlparse.inc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'etc/inc/xmlparse.inc') diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc index bb16495..416a8ef 100644 --- a/etc/inc/xmlparse.inc +++ b/etc/inc/xmlparse.inc @@ -32,12 +32,11 @@ /* Config XML tags that should be treat as a list not as a traditional array */ function listtags() { - $ret = explode(" ", "cacert row config package columnitem option item fieldname field rule user key subqueue " . - "dnsserver winsserver encryption-algorithm-option hash-algorithm-option hosts tunnel " . - "onetoone staticmap route alias queue shellcmd earlyshellcmd mobilekey " . - "service servernat proxyarpnet passthrumac allowedip wolentry vlan menu domainoverrides " . - "vip"); - + $ret = explode(" ", "alias allowedip cacert config columnitem dnsserver domainoverrides " . + "earlyshellcmd encryption-algorithm-option field fieldname hash-algorithm-option " . + "hosts item key menu mobilekey onetoone option package passthrumac proxyarpnet ". + "queue route row rule service servernat shellcmd staticmap subqueue" . + "tunnel user vip vlan winsserver wolentry"); return $ret; } @@ -238,4 +237,4 @@ function dump_xml_config_raw($arr, $rootobj) { return $xmlconfig; } -?> \ No newline at end of file +?> -- cgit v1.1