diff options
author | filip <filip.komar@gmail.com> | 2016-07-10 19:32:23 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-07-10 19:32:23 +0200 |
commit | 94c56d830037416114e59c04b3df546a2f618eac (patch) | |
tree | f72c0088e342afe45489496f01ee7c6cd1b50536 /langs/report_tx_git.php | |
parent | 709662a027a4280534ed3d7df197e30e1e66948b (diff) | |
download | www-94c56d830037416114e59c04b3df546a2f618eac.tar www-94c56d830037416114e59c04b3df546a2f618eac.tar.gz www-94c56d830037416114e59c04b3df546a2f618eac.tar.bz2 www-94c56d830037416114e59c04b3df546a2f618eac.tar.xz www-94c56d830037416114e59c04b3df546a2f618eac.zip |
switch TX access to https
Diffstat (limited to 'langs/report_tx_git.php')
-rw-r--r-- | langs/report_tx_git.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |