View | Details | Raw Unified | Return to bug 18199
Collapse All | Expand All

(-)file_not_specified_in_diff (+1 lines)
Lines 345-350 Link Here
345
345
346
    my $url = "http://hea.koha-community.org/upload.pl";
346
    my $url = "http://hea.koha-community.org/upload.pl";
347
    my $ua = LWP::UserAgent->new;
347
    my $ua = LWP::UserAgent->new;
348
    $ua->proxy(['http'], 'http://my.proxy.server:3128/');
348
    my $res = $ua->post(
349
    my $res = $ua->post(
349
        $url,
350
        $url,
350
        'Content-type' => 'application/json;charset=utf-8',
351
        'Content-type' => 'application/json;charset=utf-8',

Return to bug 18199