Zeile 14 | Zeile 14 |
---|
die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined."); }
|
die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined."); }
|
| /** * @return bool true */
|
function forum_meta() { global $page, $lang, $plugins;
| function forum_meta() { global $page, $lang, $plugins;
|
Zeile 31 | Zeile 34 |
---|
return true; }
|
return true; }
|
| /** * @param string $action * * @return string */
|
function forum_action_handler($action) {
|
function forum_action_handler($action) {
|
global $page, $lang, $plugins;
| global $page, $plugins;
|
$page->active_module = "forum";
| $page->active_module = "forum";
|
Zeile 58 | Zeile 66 |
---|
} }
|
} }
|
| /** * @return array */
|
function forum_admin_permissions() { global $lang, $plugins;
| function forum_admin_permissions() { global $lang, $plugins;
|