discourse-legacysite-perl/site/forum.slowtwitch.com/www/admin/index.php

6 lines
68 B
PHP
Raw Normal View History

2024-06-17 12:27:49 +00:00
<?PHP
header('Location:http://forum.slowtwitch.com/');
exit();
?>