You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2026-01-14 12:02:20 +03:00
templates/users_password.php:
- fix undefined variable $USERID_USERNAME by using $username instead git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@621 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php print $PALANG['pPassword_admin'] . ":"; ?></td>
|
||||
<td><?php print $USERID_USERNAME; ?></td>
|
||||
<td><?php print $username; ?></td>
|
||||
<td><?php print $pPassword_admin_text; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user