<? include($DOCUMENT_ROOT.'/helpdesk/include/database.php'); include($DOCUMENT_ROOT.'/helpdesk/include/new_user.php'); session_start(); user_logout(); $bottom = "<br><br><br><center>You are now logged out<br><br> <a href='/helpdesk/login.php'>Login</a> here."; include($DOCUMENT_ROOT.'/helpdesk/include/template.inc.php'); ?>