Affichage du menu de cron par defaut
This commit is contained in:
parent
5cdcbbee1f
commit
98717c3e6e
|
@ -98,8 +98,6 @@ class m_mail {
|
||||||
$err->log("mail","enum_domains_mail");
|
$err->log("mail","enum_domains_mail");
|
||||||
$db->query("select * from address where domain_id=$dom_id order by address asc;");
|
$db->query("select * from address where domain_id=$dom_id order by address asc;");
|
||||||
if (!$db->num_rows()) {
|
if (!$db->num_rows()) {
|
||||||
//TODO verifier numero erreur
|
|
||||||
$err->raise("mysql",19);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
while($db->next_record()){
|
while($db->next_record()){
|
||||||
|
|
|
@ -4,6 +4,7 @@ menu_mail.php
|
||||||
menu_brouteur.php
|
menu_brouteur.php
|
||||||
menu_web.php
|
menu_web.php
|
||||||
menu_ftp.php
|
menu_ftp.php
|
||||||
|
menu_cron.php
|
||||||
menu_sta2.php
|
menu_sta2.php
|
||||||
menu_sql.php
|
menu_sql.php
|
||||||
menu_quota.php
|
menu_quota.php
|
||||||
|
|
Loading…
Reference in New Issue