diff --git a/admin/dashboard/index.php b/admin/dashboard/index.php index e758d55..02132b2 100644 --- a/admin/dashboard/index.php +++ b/admin/dashboard/index.php @@ -75,7 +75,9 @@ $plugin_count = count(glob('../../plugins/*', GLOB_ONLYDIR)); $str = curl_exec($ch); $latest_version = $str->tag_name; - print("Latest version:" + $latest_version); + echo $latest_version; + echo "full resp"; + echo $str; curl_close($ch);; ?>