X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fcheck.mc;h=7d22a0358c3f9ab020a96df2e50398328ab8c8fc;hp=1c23f7a474b95b3391a51bb1ec83b2c412c593c6;hb=972eca24396c60c078b458c6873b757780482227;hpb=827adcda84a1bd9f6f228a942cff6b3895bd20cf diff --git a/web/htdocs/details/check.mc b/web/htdocs/details/check.mc index 1c23f7a..7d22a03 100644 --- a/web/htdocs/details/check.mc +++ b/web/htdocs/details/check.mc @@ -33,7 +33,8 @@ $m->flush_buffer(); # on in the HTTP configuration, so we don't even try -- instead, # having ZOOM::IRSpy::Web::log() explicitly calling $m->flush_buffer() -my $spy = new ZOOM::IRSpy::Web("localhost:8018/IR-Explain---1", +my $db = ZOOM::IRSpy::connect_to_registry(); +my $spy = new ZOOM::IRSpy::Web($db, admin => "fruitbat"); $spy->log_init_level($YAZ_LOG); $spy->targets(@id) if !$allTargets;