Vergleich admin/modules/tools/module_meta.php - 1.8.2 - 1.8.14

  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 93Zeile 101
	}
}


	}
}


 
/**
* @return array
*/

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

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