LotGDocker/lotgd-web/lotgd/index.php
2020-08-17 19:16:42 -04:00

6 lines
115 B
PHP
Executable File

<?php
// translator ready
// addnews ready
// mail ready
header("Location: home.php?".$_SERVER['QUERY_STRING']);
?>