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

Jacek Kowalski
2015-09-06 e48ca57b4b2e982b4d4495f58f51a2dfee0c6550
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>