Vergleich admin/modules/tools/module_meta.php - 1.8.0 - 1.8.27

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 14Zeile 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 35Zeile 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 74Zeile 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 93Zeile 101
	}
}


	}
}


 
/**
* @return array
*/

function tools_admin_permissions()
{
global $lang, $plugins;

function tools_admin_permissions()
{
global $lang, $plugins;