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