Quoted REQUEST_URI to get the redirect to work
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user