dir/mod/forum.php

6 lines
106 B
PHP

<?php
function forum_init(&$a) {
header("location: " . $a->get_baseurl() . '/directory/forum');
exit;
}