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

7 lines
84 B
PHP
Raw Normal View History

2014-09-05 08:11:50 +00:00
<?php
header("Cache-Control: max-age=1");
header('Location: ams/', true, 301);
?>