<?php // ## Error Reporting ## error_reporting(E_ALL & ~E_NOTICE); // ## Sets Enviroment ## define('NO_REGISTER_GLOBALS', 1); // ## Grabs global.php ## require_once("./global.php"); if (!$bbuserinfo['userid']) { print_no_permission(); } ?>