DON'T show password in cleartext if you can avoid it, never

This commit is contained in:
Benjamin Sonntag 2013-05-24 14:09:24 +00:00
parent e6bb299108
commit 77c229a940
1 changed files with 0 additions and 2 deletions

View File

@ -50,7 +50,6 @@ echo "</p>";
<th><?php __("Name"); ?></th>
<th><?php __("Hostname"); ?></th>
<th><?php __("Login"); ?></th>
<th><?php __("Password"); ?></th>
<th><?php __("Client"); ?></th>
<th><?php __("Users"); ?></th>
</tr>
@ -61,7 +60,6 @@ foreach ( $lst_db_servers as $l) {
<td><?php echo $l['name']; ?></td>
<td><?php echo $l['host']; ?></td>
<td><?php echo $l['login']; ?></td>
<td><?php echo $l['password']; ?></td>
<td><?php echo $l['client']; ?></td>
<td><?php echo $l['nb_users']; ?></td>
</tr>