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

Jacek Kowalski
2020-03-16 aec94b681c69eb429fcfa5050602608d8cfcdb86
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>