This commit is contained in:
root 2021-01-10 16:19:21 +01:00
parent 87232b5308
commit f675174199

6
test.php Normal file
View File

@ -0,0 +1,6 @@
<?php
echo $_GET['page'];
echo '<meta http-equiv="refresh" content="0; URL='.$_GET['page'].'">';
?>