<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hawhaw SYSTEM "http://www.hawhaw.de/xml/hawhaw.dtd">
<!--
HAWHAW example for (quite a stupid) password authentication (part 2)
Norbert Huffschmid
21.8.2004
Attention: This XML file uses a server-sided scripting language (here PHP) to
create dynamic XML output according to the received form input.
You can use any other server-sided language as well.
You just have to make sure that valid XML is created and received
by the HAWHAW proxy.
-->
<hawhaw>
<deck align="center">
<text big="yes">Hello <?php echo $HTTP_GET_VARS["id"]; ?></text>
<text small="yes">Your password expires in 3 days!</text>
</deck>
</hawhaw>