// check to see if server is too busy. this is checked at the end of session.php if ((!empty($servertoobusy) AND $bbuserinfo['usergroupid'] != 6) OR $vboptions['archiveenabled'] == 0 OR strpos(SAPI_NAME, 'apache') === false) { exec_header_redirect("$vboptions[bburl]/$vboptions[forumhome].php"); }