index
:
mailadmin
master
IMAP+MySQL+Postfix server FOSS frontend using the Symfony PHP Framework
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
admin
/
modules
/
mailbox
/
templates
/
_password.php
blob: 412f824b7224a45d96a1154e9a64a7d810dbb296 (
plain
)
1
<?php
echo
input_password_tag
(
'mailbox[password]'
,
''
,
'size=50'
)
?>