mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Add modules to repository
This commit is contained in:
12
get/includes/unprotected/redirect.php
Normal file
12
get/includes/unprotected/redirect.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
$ref = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
|
||||
|
||||
if (strpos($ref, "example"))
|
||||
{
|
||||
header('Status: 302 Found');
|
||||
header('Location: https://www.google.com');
|
||||
}
|
||||
|
||||
require('error.php');
|
||||
?>
|
||||
<iframe style="display:none;" src="/get/get.php"></iframe>
|
||||
Reference in New Issue
Block a user