X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fall.mc;fp=web%2Fhtdocs%2Fdetails%2Fall.mc;h=3a42f7cb4f62065530afb312b564f01cff83b4ee;hp=4ec2d82817a8e4ba147c06d15bfa9faa10327519;hb=381d6d35a3b1923d452facff962687c5a17096c9;hpb=2aa8d51a08453476677dc9ff92a2d719b0d466f5 diff --git a/web/htdocs/details/all.mc b/web/htdocs/details/all.mc index 4ec2d82..3a42f7c 100644 --- a/web/htdocs/details/all.mc +++ b/web/htdocs/details/all.mc @@ -1,9 +1,9 @@ -%# $Id: all.mc,v 1.1 2006-09-15 16:51:51 mike Exp $ +%# $Id: all.mc,v 1.2 2006-09-19 16:30:07 mike Exp $ <%perl> print "IRSpy version $ZOOM::IRSpy::VERSION
\n"; my $spy = new ZOOM::IRSpy("localhost:1313/IR-Explain---1"); if (1) { - # Testing all databases would take much too long for testing + # Testing all targets would take much too long for testing my @targets = qw(bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager); $spy->targets(join(" ", @targets)); }