Quoted REQUEST_URI to get the redirect to work
This commit is contained in:
parent
da80450cd7
commit
650aa7369d
@ -1,4 +1,4 @@
|
||||
<form action="<?php echo $_SERVER[REQUEST_URI]; ?>" method="post">
|
||||
<form action="<?php echo $_SERVER['REQUEST_URI']; ?>" method="post">
|
||||
<input type="hidden" name="do" value="authenticate">
|
||||
|
||||
<table border=0>
|
||||
|
Loading…
x
Reference in New Issue
Block a user