Vergleich admin/modules/user/module_meta.php - 1.8.5 - 1.8.6

  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 user_meta()
{
global $page, $lang, $plugins;

function user_meta()
{
global $page, $lang, $plugins;

Zeile 33Zeile 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 63Zeile 71
	}
}


	}
}


 
/**
* @return array
*/

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

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