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
/
_last_login.php
blob: 6e0583a70eb80816607f3759cf7e40c87ee17371 (
plain
)
1
<?php
echo
(
$mailbox
->
getLastLogin
()
==
""
?
"Never"
:
$mailbox
->
getLastLogin
())
?>