. */ if( !file_exists("./config.php") ) { header("Content-type: text/plain"); echo "Configuration error. This tool is not configured yet, please contact the webmaster if you believe this to be an error."; exit(0); } include("./config.php"); // Connect to MySQL and load settings include("./include/mysql.php"); include("./include/setup.php"); // Provide global variables and functions include("./include/globals.php"); include("./include/functions.php"); include("./include/layout.php"); include("./include/deadline.php"); // Load classes include("./include/AegeeOrg_Account.php"); include("./include/Mail.php"); ?>