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 user_meta() { global $page, $lang, $plugins;
| function user_meta() { global $page, $lang, $plugins;
|
Zeile 33 | Zeile 36 |
---|
return true; }
|
return true; }
|
| /** * @param string $action * * @return string */
|
function user_action_handler($action) { global $page, $lang, $plugins;
| function user_action_handler($action) { global $page, $lang, $plugins;
|
Zeile 63 | Zeile 71 |
---|
} }
|
} }
|
| /** * @return array */
|
function user_admin_permissions() { global $lang, $plugins;
| function user_admin_permissions() { global $lang, $plugins;
|