LOGIN SVP'); $usrMgr = new UserMgr(); $sessionID = $usrMgr->init(); if ($sessionID === FALSE) { header('Location: index.html?error=1'); exit(1); } ?>