From 94c56d830037416114e59c04b3df546a2f618eac Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 10 Jul 2016 19:32:23 +0200 Subject: switch TX access to https --- langs/report_tx_git.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'langs') diff --git a/langs/report_tx_git.php b/langs/report_tx_git.php index c980763c4..0721c7255 100644 --- a/langs/report_tx_git.php +++ b/langs/report_tx_git.php @@ -255,7 +255,7 @@ function tx_call($tx_request, $project = 'project/mageia/') $user = "filip_mageia"; $pass = "report"; - $tx_result = @file_get_contents("http://$user:$pass@$tx_url"); + $tx_result = @file_get_contents("https://$user:$pass@$tx_url"); $tx_result_array = json_decode($tx_result, TRUE); $json_last_error = json_last_error(); -- cgit v1.2.1