From: Mike Taylor Date: Fri, 27 Apr 2007 13:54:28 +0000 (+0000) Subject: Has been unused for some time X-Git-Tag: CPAN-v1.02~462 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=81fe9ef8f5939a0517f16d1123d44085586088a2 Has been unused for some time --- diff --git a/web/htdocs/details/add.mc b/web/htdocs/details/add.mc deleted file mode 100644 index fad50b5..0000000 --- a/web/htdocs/details/add.mc +++ /dev/null @@ -1,37 +0,0 @@ -%# $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"); - my $port = $r->param("net.port"); - my $db = $r->param("net.path"); - my $id = "$host:$port/$db"; - $r->param(id => $id); - $m->comp("check.mc", id => $id); -} else { - -

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

-
- - - - - - - - - - - - - - - - - -
Host
Port
Database
 
-
-
-% }