It is set to include global.php. It acts like it is the right code, but isn't reading right for some reason. Will post what I have at the top of my file.
This is at the top of my file
PHP Code:
<?php
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
chdir('/path/to/bbs/directory');
require('/path/to/bbs/directory/global.php');
include('/path/to/bbs/directory/global.php');
chdir('/path/to/main/directory');