<? $_SESSION['login'] = $_POST['login']; $_SESSION['pass'] = $_POST['pass']; $auth = 0; if ($uzer[0] == $_SESSION['login'] and $uzer[1] == $_SESSION['pass']){ $auth = 1; } else { $auth = 0; } } if ($auth == 1){ $_SESSION['loged'] = 'true'; } else ?>
I na zalogowanie czekam "120 seconds". Wyswietla mi błąd. Pomóżcie...