mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
4 lines
86 B
Plaintext
Executable File
4 lines
86 B
Plaintext
Executable File
<?php
|
|
$destination = "http://". $_SERVER['HTTP_HOST'] . $_SERVER['HTTP_URI'] . "";
|
|
?>
|