Welcome!
Please login to our Wifi service
User Name:
Password:
Sorry, failed to authenticate"; } else if ($res === "logoff") { echo "
Logging off...
"; } else if ($res === "already") { header("Location: $redirect_url"); } else { echo "
Error: Permission Denied
"; } ?>