Sent the requested glink to reqloc.html as a GET variable, so that the Glink can be sent to the PHP file

This commit is contained in:
2023-06-17 13:56:02 -05:00
parent 4bba4f9410
commit 22c85234da

View File

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