'.WEB_msg_login_hint.'.

'; } // validate if password is empty if (empty($password)) { $error .= '

'.WEB_msg_password_hint.'.

'; } if (empty($error)) { if (login($db_link)) { $redirect_url = urldecode($redirect_url); header("Location: $redirect_url"); } } } ?> <?php echo WEB_site_title; ?> login