We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ced9ec commit 10662fbCopy full SHA for 10662fb
1 file changed
content/static/feeds/github.php
@@ -4,8 +4,8 @@
4
error_reporting(0);
5
6
$version = curl_version();
7
- $ssl_supported= ($version['features'] & CURL_VERSION_SSL);
8
- echo $ssl_supported == CURL_VERSION_SSL;
+ //$ssl_supported= ($version['features'] & CURL_VERSION_SSL);
+ //echo $ssl_supported == CURL_VERSION_SSL;
9
10
function get_json($url){
11
$base = "https://api.github.com/";
0 commit comments