mirror of https://github.com/jacekkow/uphpCAS-tests

Jacek Kowalski
2015-09-05 9da16f4812a443331d93348b2b0e7a88924b6724
commit | author | age
5686c9 1 <form action="" method="POST">
JK 2 <p>
3 User: <input type="text" name="user" /><br />
4 Attributes: <input type="text" name="attributes" />
5 <input type="hidden" name="service" value="<?php echo htmlspecialchars($_GET['service']); ?>" />
6 </p>
7
8 <p><input type="submit" /></p>
9 </form>