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

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