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 tools_meta() { global $page, $lang, $plugins;
| function tools_meta() { global $page, $lang, $plugins;
|
Zeile 35 | Zeile 38 |
---|
return true; }
|
return true; }
|
| /** * @param string $action * * @return string */
|
function tools_action_handler($action) { global $page, $lang, $plugins;
| function tools_action_handler($action) { global $page, $lang, $plugins;
|
Zeile 93 | Zeile 101 |
---|
} }
|
} }
|
| /** * @return array */
|
function tools_admin_permissions() { global $lang, $plugins;
| function tools_admin_permissions() { global $lang, $plugins;
|