'; print ''; print ''; print '
'; } if (!empty($_POST['delete'])) { $domain = htmlentities(strip_tags($_POST['delete']),ENT_NOQUOTES); print '
'; print ''; try { $server->delDomain($domain); print ''; } catch (Exception $e_ad) { print ''; } print '
'; } ?>

Liste des domaines administrables :


getDomains(); foreach ($domains as $domain) { print ''; if ($domain->isActive()) { print ''; } else { print ''; } print ''; print ''; //print ''; print ''; print ''; print ''; print ''; } ?>
Nom du domaine Actif Nombre de comptes dont comptes mail Nombre d'alias mail Taille / Quota Suppr.
' .$domain->getName(). '' .$domain->getNbAccounts(). '' .$domain->getNbMailAccounts(). '' .$domain->getNbSmbAccounts(). '' .$domain->getNbMailAlias(). '' .$domain->getQuota(). '