'roast', 'bob' => 'ross' ); if (isset($_POST['username']) && isset($_POST['password'])) { $username = $_POST['username']; $password = $_POST['password']; if (array_key_exists($username, $users) && $users[$username] === $password) { $_SESSION['access'] = true; $_GET['file'] = 'includes/fbi.txt'; } else { $_GET['error'] = true; } } if (isset($_GET['logout'])) { $_SESSION['access'] = false; header('Location: .'); } ?>
| Agent | Codename |
|---|---|
| ' . ucfirst($a) . ' | ' . ucwords($b) . ' |