khanat-opennel-code/code/web/public_php/index.php
2014-09-05 10:11:50 +02:00

7 lines
84 B
PHP

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