diff --git a/bureau/admin/main.php b/bureau/admin/main.php index e236265a..808cc7f3 100644 --- a/bureau/admin/main.php +++ b/bureau/admin/main.php @@ -88,19 +88,24 @@ if($admin->enabled) { echo "

" . _("Expired or about to expire accounts") . "

\n"; echo "\n"; echo "\n"; - if (is_array($expiring)) { + if (is_array($expiring)) { foreach($expiring as $account) { echo ""; if($admin->checkcreator($account['uid'])) echo ""; else echo ""; - echo "\n"; + echo "\n"; + } } -} echo "
"._("uid").""._("Last name, surname").""._("Expiry")."
{$account['uid']}{$account['nom']}, {$account['prenom']}{$account['nom']}, {$account['prenom']}{$account['expiry']}
{$account['expiry']}
\n"; } -} + + echo "

"; + __("You are using the AlternC Panel. You can contact the AlternC community for informations or feedback by joigning the mailing-list"); + echo " users@alternc.org"; + echo "

"; +} // if $admin->enabled $c = $admin->get($cuid);