Vergleich admin/modules/forum/module_meta.php - 1.8.1 - 1.8.26

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

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

Zeile 31Zeile 34
	return true;
}


	return true;
}


 
/**
* @param string $action
*
* @return string
*/

function forum_action_handler($action)
{

function forum_action_handler($action)
{

	global $page, $lang, $plugins;

	global $page, $plugins;


$page->active_module = "forum";



$page->active_module = "forum";


Zeile 58Zeile 66
	}
}


	}
}


 
/**
* @return array
*/

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

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