khanat-opennel-code/code/web/public_php/index.php
2016-01-24 17:08:32 +01:00

6 lines
84 B
PHP

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