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

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