oups, bug reported by fufroma, upgrades 1.0.1
This commit is contained in:
parent
1e3edb9bed
commit
6dbe2ddc7e
|
@ -16,7 +16,7 @@ require("/var/alternc/bureau/class/config_nochk.php");
|
||||||
$admin->enabled=1;
|
$admin->enabled=1;
|
||||||
|
|
||||||
// And we process the database changes :
|
// And we process the database changes :
|
||||||
$db->query("SELECT * FROM domaines WHERE gesmx=1;");
|
$db->query("SELECT * FROM domaines;");
|
||||||
$domains=array();
|
$domains=array();
|
||||||
while ($db->next_record()) {
|
while ($db->next_record()) {
|
||||||
$domains[]=array("dom"=>$db->Record["domaine"],"gesmx"=>$db->Record["gesmx"],"mx"=>$db->Record["mx"]);
|
$domains[]=array("dom"=>$db->Record["domaine"],"gesmx"=>$db->Record["gesmx"],"mx"=>$db->Record["mx"]);
|
||||||
|
|
Loading…
Reference in New Issue