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

(-)a/C4/UsageStats.pm (-1 / +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://hea.koha-community.org/upload.pl";
358
    my $url = "http://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,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt (-2 / +1 lines)
Lines 424-430 Link Here
424
                <li>
424
                <li>
425
                    <label for="MyPublicLink">See your public page: </label>
425
                    <label for="MyPublicLink">See your public page: </label>
426
                    [% IF Koha.Preference('UsageStatsPublicID') %]
426
                    [% IF Koha.Preference('UsageStatsPublicID') %]
427
                        [% SET my_url = 'http://hea.koha-community.org/libraries/' _  Koha.Preference('UsageStatsPublicID') %]
427
                        [% SET my_url = 'http://community-hea.preprod.biblibre.eu/libraries/' _  Koha.Preference('UsageStatsPublicID') %]
428
                        <a href="[% my_url %]">[% my_url %]</a>
428
                        <a href="[% my_url %]">[% my_url %]</a>
429
                    [% ELSE %]
429
                    [% ELSE %]
430
                        You do not have anything public yet.
430
                        You do not have anything public yet.
431
- 

Return to bug 18066