diff --git a/admin/dashboard/index.php b/admin/dashboard/index.php index d949d75..c794333 100644 --- a/admin/dashboard/index.php +++ b/admin/dashboard/index.php @@ -67,9 +67,7 @@ return $bytes . ' B'; $plugin_count = count(glob('../../plugins/*', GLOB_ONLYDIR)); // Get version - $releases = json_decode(file_get_contents("https://api.github.com/repos/Supernova3339/anonupload/releases/latest")); - - $server_version = $releases['tag_name']; +// todo: make this work ?>