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

Jacek Kowalski
2015-09-05 5686c9d8de959de0818bcd0a5b18a9c004d3dfc5
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>