diff --git a/evoadmin/htdocs/admin.php b/evoadmin/htdocs/admin.php index b3434ce..854dae7 100755 --- a/evoadmin/htdocs/admin.php +++ b/evoadmin/htdocs/admin.php @@ -33,6 +33,15 @@ function show_my_details($name,$type,$letter=NULL) { print '' .getquota($name,'user'). ''; } + if(($conf['admin']['what'] == 2) || ($conf['admin']['what'] == 3)) { + print '' .get_expiration_date($name). ''; + print ''; + if(account_is_locked($name)) { + print 'Oui'; + } + print ''; + } + print ''; print ' '; @@ -184,6 +193,11 @@ if (isset($_SESSION['login'])) { } ?> + + Expiration + Verrouillé + + Suppr