Ejemplo n.º 1
0
 function checkLogin()
 {
     $logman = new LogManager();
     return $logman->login($_POST['mail'], $_POST['pass']);
 }