From 0e9b3dbb22c59ba66a40b17ddaf840ee201823fc Mon Sep 17 00:00:00 2001 From: SuperDev Date: Thu, 22 Dec 2022 21:28:57 -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 5dff858..75fc0ca 100644 --- a/admin/dashboard/index.php +++ b/admin/dashboard/index.php @@ -70,7 +70,7 @@ $plugin_count = count(glob('../../plugins/*', GLOB_ONLYDIR)); $PATCH_URL = 'https://raw.githubusercontent.com/Supernova3339/anonfiles/main/'; $version_filename = 'latest.txt?token=GHSAT0AAAAAAB4S7HM4SZGF7VWPABQO3KRSY5FDV4Q'; # REMOVE TOKEN // Get version - $ch = curl_init($PATCH_URL); + $ch = curl_init($PATCH_URL . $version_filename); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);