session_start(); if (isset($_SESSION['auth_user'])) { header("Location: admin/admin.php"); header("HTTP/1.1 302 Redirection"); } include_once('config.php'); include_once('inc/UIfunctions.php'); $page = new pagebuilder; include_once('inc/setLang.php'); $page->bodyargs = 'OnLoad="document.loginform.username.focus();"'; $page->showHeader(); ?>