6 lines
68 B
PHP
6 lines
68 B
PHP
<?PHP
|
|
|
|
header('Location:http://forum.slowtwitch.com/');
|
|
exit();
|
|
|
|
?>
|