Update index.php

dev
SuperDev 4 years ago committed by GitHub
parent 64bcb98017
commit b322c02812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,7 +75,9 @@ $plugin_count = count(glob('../../plugins/*', GLOB_ONLYDIR));
$str = curl_exec($ch);
$latest_version = $str->tag_name;
print("Latest version:" + $latest_version);
echo $latest_version;
echo "full resp";
echo $str;
curl_close($ch);;
?>

Loading…
Cancel
Save