X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fedit.mc;fp=web%2Fhtdocs%2Fdetails%2Fedit.mc;h=3ee62b4a320c740c9a461e67f8de0ece6fef265a;hp=e0403a4c21ba9b2a4faf139bb42f41cabb6b306a;hb=0ab30e7e20933507512444aed53bcb4ba84003b1;hpb=ff3ea56e190bf2c6abea62c0c622e4f2d63b3bb4 diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index e0403a4..3ee62b4 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -32,7 +32,8 @@ duplicate ID. die "op = new but id defined" if $op eq "new" && defined $id; die "op != new but id undefined" if $op ne "new" && !defined $id; -my $conn = new ZOOM::Connection("localhost:8018/IR-Explain---1", 0, +my $db = ZOOM::IRSpy::connect_to_registry(); +my $conn = new ZOOM::Connection($db, 0, user => "admin", password => "fruitbat", elementSetName => "zeerex");