more updates

This commit is contained in:
unknown
2012-09-19 22:44:28 +03:00
parent 1ef5eff485
commit 6d07e3a626
6 changed files with 54 additions and 19 deletions
+1
View File
@@ -70,6 +70,7 @@ if(REG_OPEN == true){ ?>
<th><?php echo PASSWORD; ?></th>
<td>
<input class="text" type="password" name="pw" value="<?php echo stripslashes($form->getValue('pw')); ?>" maxlength="20" />
<span style="color: #DD0000"><b>Warning:</b> password with & can cause problems!</span>
<span class="error"><?php echo $form->getError('pw'); ?></span>
</td>
</tr>