Update index.php

This commit is contained in:
SuperDev
2023-01-12 21:25:29 -06:00
committed by GitHub
parent 64bcb98017
commit b322c02812

View File

@@ -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);;
?>