Update index.php

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

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

Loading…
Cancel
Save