dashboard
repositories
filestore
activity
search
login
modules
/
uphpCAS-tests
mirror of
https://github.com/jacekkow/uphpCAS-tests
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Install Groovy from PPA
Jacek Kowalski
2015-09-06
80d5f773718fc18ce050752299f9e38b3c6a82de
[modules/uphpCAS-tests]
/
cas-mockup
/
cas_login_post.php
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>