From 64b54065cde18ca6427261fff8a7b71a71c4d3bf Mon Sep 17 00:00:00 2001 From: SuperDev Date: Fri, 13 Jan 2023 10:56:27 -0600 Subject: [PATCH] Update index.php --- admin/dashboard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/dashboard/index.php b/admin/dashboard/index.php index 03a798d..755a44e 100644 --- a/admin/dashboard/index.php +++ b/admin/dashboard/index.php @@ -81,7 +81,7 @@ $plugin_count = count(glob('../../plugins/*', GLOB_ONLYDIR)); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); $result = curl_exec($ch); - $server_version = $result["tag_name"]; + $server_version = $result['tag_name']; if (curl_errno($ch)) { echo 'Error:' . curl_error($ch); }