diff --git a/admin/dashboard/index.php b/admin/dashboard/index.php index 6247ebe..e758d55 100644 --- a/admin/dashboard/index.php +++ b/admin/dashboard/index.php @@ -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);; ?>