Bugzilla – Attachment 61395 Details for
Bug 18066
Hea - Version 2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18066: Use https for ws
Bug-18066-Use-https-for-ws.patch (text/plain), 1.80 KB, created by
Julian Maurice
on 2017-03-21 14:49:12 UTC
(
hide
)
Description:
Bug 18066: Use https for ws
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-03-21 14:49:12 UTC
Size:
1.80 KB
patch
obsolete
>From 3ece4c4726830fd74813fc8f7825d42c24fdbe14 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 28 Feb 2017 17:13:07 +0000 >Subject: [PATCH] Bug 18066: Use https for ws > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > C4/UsageStats.pm | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/UsageStats.pm b/C4/UsageStats.pm >index c71f99bc19..16f86df9a8 100644 >--- a/C4/UsageStats.pm >+++ b/C4/UsageStats.pm >@@ -355,7 +355,7 @@ sub ReportToCommunity { > my $data = shift; > my $json = encode_json($data); > >- my $url = "http://hea.koha-community.org/upload.pl"; >+ my $url = "https://hea.koha-community.org/upload.pl"; > my $ua = LWP::UserAgent->new; > my $res = $ua->post( > $url, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt >index 230d16bbc5..75a1f0b47e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt >@@ -230,7 +230,7 @@ > <li> > <label for="MyPublicLink">See your public page: </label> > [% IF Koha.Preference('UsageStatsPublicID') %] >- [% SET my_url = 'http://hea.koha-community.org/libraries/' _ Koha.Preference('UsageStatsPublicID') %] >+ [% SET my_url = 'https://hea.koha-community.org/libraries/' _ Koha.Preference('UsageStatsPublicID') %] > <a href="[% my_url %]">[% my_url %]</a> > [% ELSE %] > You do not have anything public yet. >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18066
:
59975
|
59976
|
60729
|
60730
|
60734
|
60742
|
60743
|
60744
|
60745
|
60746
|
61355
|
61356
|
61358
|
61361
|
61362
|
61392
|
61393
|
61394
|
61395
|
61396
|
61397
|
61398
|
61427
|
61428
|
61429
|
61430
|
61431
|
61432
|
61433
|
61582
|
62646