Quoted REQUEST_URI to get the redirect to work

This commit is contained in:
Jack-Benny Persson 2013-08-17 22:51:00 +02:00
parent da80450cd7
commit 650aa7369d

View File

@ -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>