initial
This commit is contained in:
commit
ea309f20ee
184 changed files with 16564 additions and 0 deletions
6
mod/forum.php
Normal file
6
mod/forum.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
function forum_init(&$a) {
|
||||
header("location: " . $a->get_baseurl() . '/directory/forum');
|
||||
exit;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue