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:
7ccc128
)
Use new zeerexNoAuth element-set.
author
Mike Taylor
<mike@indexdata.com>
Fri, 11 May 2007 08:30:11 +0000
(08:30 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 11 May 2007 08:30:11 +0000
(08:30 +0000)
web/htdocs/raw.html
patch
|
blob
|
history
diff --git
a/web/htdocs/raw.html
b/web/htdocs/raw.html
index
47bac0b
..
5b86379
100644
(file)
--- a/
web/htdocs/raw.html
+++ b/
web/htdocs/raw.html
@@
-1,4
+1,4
@@
-%# $Id: raw.html,v 1.7 2007-01-24 09:28:02 mike Exp $
+%# $Id: raw.html,v 1.8 2007-05-11 08:30:11 mike Exp $
<%args>
$id
</%args>
@@
-7,7
+7,7
@@
use ZOOM;
</%once>
<%perl>
my $conn = new ZOOM::Connection("localhost:8018/IR-Explain---1");
-$conn->option(elementSetName => "zeerex");
+$conn->option(elementSetName => "zeerexNoAuth");
my $qid = $id;
$qid =~ s/"/\\"/g;
my $query = qq[rec.id="$qid"];