Fix missing action in POST
This commit is contained in:
parent
3054177e79
commit
6990732c71
@ -91,6 +91,7 @@ $(document).ready(function () {
|
||||
|
||||
<form id="login" name="login" method="post" action="<?php echo $php_self; ?>">
|
||||
<input type="hidden" name="token" value="<?php echo $_SESSION['newtoken']; ?>" />
|
||||
<input type="hidden" name="action" value="login">
|
||||
<input type="hidden" name="loginfunction" value="loginfunction" />
|
||||
<!-- Add fields to send local user information -->
|
||||
<input type="hidden" name="tz" id="tz" value="" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user