mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 07:19:08 +00:00
7 lines
84 B
PHP
7 lines
84 B
PHP
|
<?php
|
||
|
|
||
|
header("Cache-Control: max-age=1");
|
||
|
header('Location: ams/', true, 301);
|
||
|
|
||
|
?>
|