mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Alternative redirect script
This commit is contained in:
parent
927eda9188
commit
856213a2aa
1 changed files with 6 additions and 0 deletions
6
code/web/public_php/index.php
Normal file
6
code/web/public_php/index.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
header("Cache-Control: max-age=1");
|
||||
header('Location: ams/', true, 301);
|
||||
|
||||
?>
|
Loading…
Reference in a new issue