session_start(); include_once 'lib/cdb.php'; include_once 'lib/init.php'; include_once 'lib/config.php'; include_once 'lib/global.php'; include_once 'lib/get.php'; include_once 'lib/buildHTML.php'; include_once 'lib/forms.php'; if ($_GET['clear'] == 'log') { session_destroy(); header("location: ".str_replace("&clear=log", "", $_SERVER['REQUEST_URI'])); } $_SESSION['db']['username'] = 'frontlin_a'; $_SESSION['db']['password'] = 'BDnd9121'; $_SESSION['db']['database'] = 'frontlin_flnr'; $_SESSION['db']['host'] = 'localhost'; // innit $cn = connect_db($_SESSION['db']['username'], $_SESSION['db']['password'], $_SESSION['db']['host']); $db = select_db($_SESSION['db']['database']); $ftxt = text_setup_arr(); $html = ''; $html .= ''; $html .= '
'; $html .= buildHtmlHead(); $html .= ''; $html .= '