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

Jacek Kowalski
2015-09-05 9da16f4812a443331d93348b2b0e7a88924b6724
commit | author | age
5686c9 1 <form action="<?php echo htmlspecialchars($url); ?>" method="POST">
JK 2 <input type="hidden" name="ticket" value="<?php echo htmlspecialchars($ticket); ?>" />
3 <input type="submit" />
4 </form>
5 <script type="text/javascript">
6 document.forms[0].submit();
7 </script>