website/selfhosted.tesses4you.ml/redirect.php

4 lines
57 B
PHP
Raw Normal View History

2022-12-25 08:07:10 +00:00
<?php
$lo = $_GET["url"];
header("Location: ".$lo);
?>