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

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