6 lines
68 B
PHP
Raw Normal View History

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