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:
@@ -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']);
|
||||
|
Reference in New Issue
Block a user