khanat-code-old/code/web/public_php/index.php

7 lines
90 B
PHP
Raw Normal View History

2017-03-15 19:29:34 +00:00
<?php
header("Cache-Control: max-age=1");
header('Location: ams/', true, 301);
?>