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

(-)a/C4/UsageStats.pm (-2 / +1 lines)
Lines 355-361 sub ReportToCommunity { Link Here
355
    my $data = shift;
355
    my $data = shift;
356
    my $json = encode_json($data);
356
    my $json = encode_json($data);
357
357
358
    my $url = "http://community-hea.preprod.biblibre.eu/upload.pl";
358
    my $url = "https://community-hea.preprod.biblibre.eu/upload.pl";
359
    my $ua = LWP::UserAgent->new;
359
    my $ua = LWP::UserAgent->new;
360
    my $res = $ua->post(
360
    my $res = $ua->post(
361
        $url,
361
        $url,
362
- 

Return to bug 18066