Use port 3313 instead of 1313, which is in widish use for other Zebra projects
[irspy-moved-to-github.git] / web / htdocs / details / check.mc
index 4b9d86b..809354b 100644 (file)
@@ -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 "<h2>'$id'</h2>\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