LotGDocker/lotgd-web/lotgd/index.php

6 lines
115 B
PHP
Raw Normal View History

2020-08-17 19:16:42 -04:00
<?php
// translator ready
// addnews ready
// mail ready
header("Location: home.php?".$_SERVER['QUERY_STRING']);
?>