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
/
user
/
templates
/
_last_login.php
blob: f15439a48aa71d534a1d1a5bd2ae5c6ed21ce42d (
plain
)
1
<?php
echo
(
$user
->
getLastLogin
()
?
$user
->
getLastLogin
()
:
"Never"
)
?>