mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2025-01-07 07:35:26 +00:00
80660b5146
dont crash when neldb is missing
6 lines
84 B
PHP
6 lines
84 B
PHP
<?php
|
|
|
|
header("Cache-Control: max-age=1");
|
|
header('Location: ams/', true, 301);
|
|
|
|
?>
|