discourse-legacysite-perl/site/forum.slowtwitch.com/www/admin/index.php
2024-06-17 22:27:49 +10:00

6 lines
68 B
PHP

<?PHP
header('Location:http://forum.slowtwitch.com/');
exit();
?>