Bugzilla – Attachment 60734 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), 750 bytes, created by
Jonathan Druart
on 2017-02-28 17:13:31 UTC
(
hide
)
Description:
Bug 18066: Use https for ws
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-02-28 17:13:31 UTC
Size:
750 bytes
patch
obsolete
>From 9f80a0724deb95b5a8867c37748e42aa20169134 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 > >--- > C4/UsageStats.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/UsageStats.pm b/C4/UsageStats.pm >index dc4c532..8167940 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://community-hea.preprod.biblibre.eu/upload.pl"; >+ my $url = "https://community-hea.preprod.biblibre.eu/upload.pl"; > my $ua = LWP::UserAgent->new; > my $res = $ua->post( > $url, >-- >2.1.4
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