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 74 | Zeile 82 |
---|
if(!isset($actions[$action])) {
|
if(!isset($actions[$action])) {
|
$page->active_action = "system_health";
| $page->active_action = $action = "system_health";
|
}
$sidebar = new SidebarItem($lang->logs);
| }
$sidebar = new SidebarItem($lang->logs);
|
Zeile 93 | Zeile 101 |
---|
} }
|
} }
|
| /** * @return array */
|
function tools_admin_permissions() { global $lang, $plugins;
| function tools_admin_permissions() { global $lang, $plugins;
|