Username and/or password are incorrect!

'; } } require_once 'components/head.php'; require_once 'components/user/login.php'; if (isset($_SESSION['id'])) { echo '

Welcome to ACME!

Where \'Oops!\' is Part of the Plan.

'; include_once 'components/bubbles.php'; } else { echo login_form(); } require_once 'components/foot.php';