Username and/or password are incorrect!

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

Welcome to the store

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