Update anmelden.php

This commit is contained in:
Shadow
2013-12-05 07:46:25 +02:00
parent b48d86b431
commit e63c2230b3
-1
View File
@@ -71,7 +71,6 @@ if(REG_OPEN == true){ ?>
<th><?php echo PASSWORD; ?></th> <th><?php echo PASSWORD; ?></th>
<td> <td>
<input class="text" type="password" name="pw" value="<?php echo stripslashes($form->getValue('pw')); ?>" maxlength="100" /> <input class="text" type="password" name="pw" value="<?php echo stripslashes($form->getValue('pw')); ?>" maxlength="100" />
<span style="color: #DD0000"><b>Warning:</b> password with & can cause problems!</span>
<span class="error"><?php echo $form->getError('pw'); ?></span> <span class="error"><?php echo $form->getError('pw'); ?></span>
</td> </td>
</tr> </tr>