StartSession($GLOBALS['SESS_TIME'], $GLOBALS['SESS_NAME']); // Create a new logon system object $GLOBALS['LOGONSYSTEM'] = new LogonSystem(); // Check to see if access to the page is granted $GLOBALS['LOGONSYSTEM'] -> ValidatePageAccess(); // Session has been started / destroyed correctly we can now output // anything that was stored in the buffer ob_end_flush(); // Start the connection to the database and create global database object $GLOBALS['DATABASE'] = new DataBase(); // - End Autorun Functions - ///////////////////////////////////////////////////
Warning: Undefined global variable $LOGONSYSTEM in /home/acserver/acserver02.net/html/brian/index.php on line 8

Fatal error: Uncaught Error: Call to a member function SetLogonPageURL() on null in /home/acserver/acserver02.net/html/brian/index.php:8 Stack trace: #0 {main} thrown in /home/acserver/acserver02.net/html/brian/index.php on line 8