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

php
Aadhavan Srinivasan 1 year ago
parent 4bba4f9410
commit 22c85234da

@ -29,7 +29,7 @@
exit; exit;
} else { } else {
if ($row['is_geo'] == true) { if ($row['is_geo'] == true) {
header("Location: https://glink.zip/reqloc.html"); header("Location: https://glink.zip/reqloc.html?glink=" . $uri);
exit; exit;
} else { } else {
header("Location: " . $row['url']); header("Location: " . $row['url']);

Loading…
Cancel
Save