Skip to content

Commit 10662fb

Browse files
committed
Testing github cacher
1 parent 3ced9ec commit 10662fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/static/feeds/github.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
error_reporting(0);
55

66
$version = curl_version();
7-
$ssl_supported= ($version['features'] & CURL_VERSION_SSL);
8-
echo $ssl_supported == CURL_VERSION_SSL;
7+
//$ssl_supported= ($version['features'] & CURL_VERSION_SSL);
8+
//echo $ssl_supported == CURL_VERSION_SSL;
99

1010
function get_json($url){
1111
$base = "https://api.github.com/";

0 commit comments

Comments
 (0)