Files
afup/htdocs/forumphp/index.php
2015-12-07 15:52:27 +01:00

4 lines
87 B
PHP

<?php
header('Location: http://event.afup.org/forum-php-2015/home/', true, 302);
exit;