[freeside-commits] freeside/httemplate/misc nms-add_iface.html, 1.1, 1.2

Erik Levinson levinse at wavetail.420.am
Fri Jan 28 18:50:29 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv31698/httemplate/misc

Modified Files:
	nms-add_iface.html 
Log Message:
torrus, RT10574

Index: nms-add_iface.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/nms-add_iface.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- nms-add_iface.html	28 Jan 2011 02:49:15 -0000	1.1
+++ nms-add_iface.html	29 Jan 2011 02:50:26 -0000	1.2
@@ -19,6 +19,6 @@
 die 'invalid host' unless $host =~ /^[0-9.a-zA-Z\-]+$/;
 
 my $iface = $cgi->param('iface');
-die 'invalid iface' unless $iface =~ /^[0-9A-Za-z_]+$/;
+die 'invalid iface' unless $iface =~ /^[0-9A-Za-z_\-.]+$/;
 
 </%init>



More information about the freeside-commits mailing list