From dc359685c37545c5faeaa210c89d4ed0c0dfbc85 Mon Sep 17 00:00:00 2001 From: SuperDev Date: Thu, 12 Jan 2023 21:37:41 -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 34c1614..755a44e 100644 --- a/admin/dashboard/index.php +++ b/admin/dashboard/index.php @@ -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');