From dcdacfd6a4d3d979e910276d3bdcf0ae32320051 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 27 Apr 2007 13:54:28 +0000 Subject: [PATCH] Has been unused for some time --- web/htdocs/details/add.mc | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 web/htdocs/details/add.mc 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
 
-
-
-% } -- 1.7.10.4