khanat-opennel-code/code/web/public_php/index.php
botanic 80660b5146 FIX #200
dont crash when neldb is missing
2014-09-11 10:50:34 -07:00

6 lines
84 B
PHP

<?php
header("Cache-Control: max-age=1");
header('Location: ams/', true, 301);
?>