X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fadd.mc;h=fad50b5f5bf893ba8807d44a54524cb159d6672e;hp=07bb609e846fe0ca0d25bdf38d172d81fefa0ad9;hb=57a0df74859d695e2a50937e10675e82f14866ff;hpb=2368b6b457f7051d15e54e6785c77f9f0cefe0db diff --git a/web/htdocs/details/add.mc b/web/htdocs/details/add.mc index 07bb609..fad50b5 100644 --- a/web/htdocs/details/add.mc +++ b/web/htdocs/details/add.mc @@ -1,4 +1,4 @@ -%# $Id: add.mc,v 1.1 2006-09-20 16:49:46 mike Exp $ +%# $Id: add.mc,v 1.3 2006-09-25 15:33:38 mike Exp $ <%perl> if ($r->param("_add")) { my $host = $r->param("net.host"); @@ -6,14 +6,14 @@ if ($r->param("_add")) { my $db = $r->param("net.path"); my $id = "$host:$port/$db"; $r->param(id => $id); - $m->comp("check.mc"); + $m->comp("check.mc", id => $id); } else {

Enter the connection details of the target you wish to add, then press the Add button.

-
+
Host