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

(-)UsageStats.pm.orig (+1 lines)
Lines 357-362 Link Here
357
357
358
    my $url = "https://hea.koha-community.org/upload.pl";
358
    my $url = "https://hea.koha-community.org/upload.pl";
359
    my $ua = LWP::UserAgent->new;
359
    my $ua = LWP::UserAgent->new;
360
    $ua->proxy(['http','https','ftp'], 'http://my.proxy.server:3128/');
360
    my $res = $ua->post(
361
    my $res = $ua->post(
361
        $url,
362
        $url,
362
        'Content-type' => 'application/json;charset=utf-8',
363
        'Content-type' => 'application/json;charset=utf-8',

Return to bug 18199