khanat-code-old/code/web/public_php/index.php
2017-03-15 20:43:10 +01:00

6 lines
84 B
PHP
Executable file

<?php
header("Cache-Control: max-age=1");
header('Location: ams/', true, 301);
?>