getSessionId(), $logout->getUserId()); $layout = new spudCore(0, 0); $logout->logOut(); $privs = new userPermissions; if ($userName != "") { $login = $privs->logIn($userName, $password, $DB_NAME, $DB_USER, $DB_PASS); if ($login) { header("Location: $url\n\n"); exit; } else { $errorMsg = "Sorry, but the User Name and/or password did not match"; } } $page_title = "L O G I N"; $title = ereg_replace(" ", "", $page_title); eval($layout->getLayout('Header', 'Standard')); ?>

Please log in now. Thank you.

User Name:
Password
Did'ja lose yours or can you not find it? Maybe you're in the system. ".$layout->getLayout('Footer', 'Standard')); ?>