Files
KiTTY/docs/index.php
T

6 lines
104 B
PHP
Raw Normal View History

2020-09-26 22:13:26 +02:00
<?php
http_response_code(301);
header("Status: 301");
header("Location: index.html#!index.md");
?>