X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fcheck.mc;h=809354bb16934ae2de60115544d3de6e547de766;hp=4b9d86b7c5a708ec589eaca6ba7d5e0b63664c7c;hb=7997cc43ead24da7f35ce3d12fe3a07589bcbc41;hpb=69560a737100a31ac2759f10f2f86278db7e91f8 diff --git a/web/htdocs/details/check.mc b/web/htdocs/details/check.mc index 4b9d86b..809354b 100644 --- a/web/htdocs/details/check.mc +++ b/web/htdocs/details/check.mc @@ -1,11 +1,11 @@ -%# $Id: check.mc,v 1.1 2006-09-18 19:27:21 mike Exp $ +%# $Id: check.mc,v 1.2 2006-09-20 13:19:53 mike Exp $ <%perl> my $id = $r->param("id"); if (!$id) { print "No 'id' specified!\n"; } else { print "

'$id'

\n"; - my $spy = new ZOOM::IRSpy("localhost:1313/IR-Explain---1"); + my $spy = new ZOOM::IRSpy("localhost:3313/IR-Explain---1"); ZOOM::Log::mask_str("irspy,irspy_test"); # Do we need this? ZOOM::Log::init_level(ZOOM::Log::module_level("irspy,irspy_test")); ZOOM::Log::time_format("%F %T"); # ISO-8601 format