Aleph changed port
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 25 Oct 2010 09:55:11 +0000 (11:55 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 25 Oct 2010 09:55:11 +0000 (11:55 +0200)
Aleph.pm

index 2c5641c..9aa6800 100644 (file)
--- a/Aleph.pm
+++ b/Aleph.pm
@@ -68,7 +68,7 @@ sub search {
 
        $session_id ||= int rand(1000000000);
        # FIXME allocate session just once
-       my $url = 'http://161.53.240.197:8991/F?RN=' . $session_id;
+       my $url = 'http://161.53.240.197:8992/F?RN=' . $session_id;
        # fake JavaScript code on page which creates random session
 
 diag "get $url";