From 22c85234daf4c78618a1d2f77292a607f01d55a5 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sat, 17 Jun 2023 13:56:02 -0500 Subject: [PATCH] Sent the requested glink to reqloc.html as a GET variable, so that the Glink can be sent to the PHP file --- redirect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirect.php b/redirect.php index d5b3a5d..d5e2d29 100644 --- a/redirect.php +++ b/redirect.php @@ -29,7 +29,7 @@ exit; } else { if ($row['is_geo'] == true) { - header("Location: https://glink.zip/reqloc.html"); + header("Location: https://glink.zip/reqloc.html?glink=" . $uri); exit; } else { header("Location: " . $row['url']);