X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fedit.mc;h=4e1b2ac9c0f2117d4092f7d40938584281846053;hp=e4356243921a7347edc10f56258d05f9d57fc5e4;hb=80154ba00dfb5aaa62c924dde62a0d162dbcc71d;hpb=ca93865b545262b22dcbe2df30cb206506746c59 diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index e435624..4e1b2ac 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -1,4 +1,4 @@ -%# $Id: edit.mc,v 1.36 2007-07-17 13:04:45 mike Exp $ +%# $Id: edit.mc,v 1.38 2008-10-08 14:50:54 mike Exp $ <%args> $op $id => undef ### should be extracted using utf8param() @@ -68,6 +68,16 @@ if (!defined $id) { print qq[

Please specify protocol, host, port and database name.

\n]; undef $update; + } elsif ($host !~ /^\w+\.[\w.]*\w$/i) { + print qq[

+ This host name is not valid.

\n]; + undef $update; + sleep 5; + } elsif ($port !~ /^\d*$/i) { + print qq[

+ This port number is not valid.

\n]; + undef $update; + sleep 5; } else { # Creating new record, all necessary data is present. Check # that the new record is not a duplicate of an existing one.