Update index.php

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

@ -69,7 +69,7 @@ $plugin_count = count(glob('../../plugins/*', GLOB_ONLYDIR));
// Get version
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $github_api_url');
curl_setopt($ch, CURLOPT_URL, $github_api_url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
curl_setopt($ch, CURLOPT_USERAGENT, 'AnonUpload');

Loading…
Cancel
Save