mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-02-27 00:30:43 +01:00
Update index.php
This commit is contained in:
@@ -74,7 +74,7 @@ $plugin_count = count(glob('../../plugins/*', GLOB_ONLYDIR));
|
||||
curl_setopt($ch, CURLOPT_USERAGENT, 'AnonUpload');
|
||||
|
||||
$str = curl_exec($ch);
|
||||
$latest_version = $str['tag_name'];
|
||||
$latest_version = $str->tag_name;
|
||||
curl_close($ch);;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user