Merge branch 'QA_4_4'

This commit is contained in:
Madhura Jayaratne 2015-05-14 07:10:10 +05:30
commit bdf66cd772
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ phpMyAdmin - ChangeLog
- bug Undefined index collation_connection
- bug Error when the reporting server is down
- bug Escape database and table names for partition maintenance
- bug Invalid value for CURLOPT_SSL_VERIFYPEER
4.4.6.1 (2015-05-13)
- bug #4899 [security] CSRF vulnerability in setup

View File

@ -222,7 +222,7 @@ function Swekey_HttpGet($url, &$response_code)
}
curl_setopt($sess, CURLOPT_SSL_VERIFYHOST, '2');
curl_setopt($sess, CURLOPT_SSL_VERIFYPEER, '2');
curl_setopt($sess, CURLOPT_SSL_VERIFYPEER, '1');
curl_setopt($sess, CURLOPT_CONNECTTIMEOUT, '20');
curl_setopt($sess, CURLOPT_TIMEOUT, '20');
} else {