Update index.php

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

@ -74,7 +74,7 @@ $plugin_count = count(glob('../../plugins/*', GLOB_ONLYDIR));
curl_setopt($ch, CURLOPT_USERAGENT, 'AnonUpload'); curl_setopt($ch, CURLOPT_USERAGENT, 'AnonUpload');
$str = curl_exec($ch); $str = curl_exec($ch);
$latest_version = $str['tag_name']; $latest_version = $str->tag_name;
curl_close($ch);; curl_close($ch);;
?> ?>

Loading…
Cancel
Save