Ticket #25630: setup-config.patch
File setup-config.patch, 684 bytes (added by , 12 years ago) |
---|
-
setup-config.php
148 148 </tr> 149 149 <tr> 150 150 <th scope="row"><label for="pwd"><?php _e( 'Password' ); ?></label></th> 151 <td><input name="pwd" id="pwd" type=" text" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" /></td>151 <td><input name="pwd" id="pwd" type="password" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" /></td> 152 152 <td><?php _e( '…and your MySQL password.' ); ?></td> 153 153 </tr> 154 154 <tr>