projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07bbb86
)
Remove commented-out code.
author
Mike Taylor
<mike@indexdata.com>
Thu, 16 Nov 2006 17:03:11 +0000
(17:03 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 16 Nov 2006 17:03:11 +0000
(17:03 +0000)
web/htdocs/chrome/menu.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/chrome/menu.mc
b/web/htdocs/chrome/menu.mc
index
9747b54
..
91ec140
100644
(file)
--- a/
web/htdocs/chrome/menu.mc
+++ b/
web/htdocs/chrome/menu.mc
@@
-1,4
+1,4
@@
-%# $Id: menu.mc,v 1.14 2006-11-16 17:02:30 mike Exp $
+%# $Id: menu.mc,v 1.15 2006-11-16 17:03:11 mike Exp $
<p>
<a href="/"><b>Home</b></a><br/>
<a href="/all.html">Test all targets</a><br/>
@@
-29,8
+29,6
@@
my $id = $r->param("id");
if ((!defined $id || $id eq "") &&
defined $host && defined $port && defined $dbname) {
$id = "$host:$port/$dbname";
-# $r->param(id => $id);
-# $ARGS{id} = $id;
#warn "id set to '$id'";
}
}