[freeside-commits] freeside/httemplate/misc nms-add_iface.html, 1.2, 1.3
Erik Levinson
levinse at wavetail.420.am
Sun Jan 30 22:30:38 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv30961/httemplate/misc
Modified Files:
nms-add_iface.html
Log Message:
torrus various changes, RT10574
Index: nms-add_iface.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/nms-add_iface.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- nms-add_iface.html 29 Jan 2011 02:50:26 -0000 1.2
+++ nms-add_iface.html 31 Jan 2011 06:30:36 -0000 1.3
@@ -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