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']);