MyBB Community Forums

Full Version: show certain content to only some usergroups
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
removed
include global.php file and check if it works
removed
it can be like this
<?php
define('IN_MYBB', 1);
require_once "path/to/global.php";
// other code 
removed