X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fraw.html;h=47bac0b3c3db7165a6ee597b83b0a85f9f437ddb;hp=cd797c73a960bc292347566d0c35418a23cd82aa;hb=e8a3ce9f6d7d213621575e8923ed07dfab35885b;hpb=c65d6a5cfa8137158db44c0b019de6d44860e3ef diff --git a/web/htdocs/raw.html b/web/htdocs/raw.html index cd797c7..47bac0b 100644 --- a/web/htdocs/raw.html +++ b/web/htdocs/raw.html @@ -1,4 +1,4 @@ -%# $Id: raw.html,v 1.6 2006-11-29 12:31:25 mike Exp $ +%# $Id: raw.html,v 1.7 2007-01-24 09:28:02 mike Exp $ <%args> $id @@ -6,7 +6,7 @@ $id use ZOOM; <%perl> -my $conn = new ZOOM::Connection("localhost:3313/IR-Explain---1"); +my $conn = new ZOOM::Connection("localhost:8018/IR-Explain---1"); $conn->option(elementSetName => "zeerex"); my $qid = $id; $qid =~ s/"/\\"/g;