Enleve des printvar qui restaient
This commit is contained in:
parent
580d89f75c
commit
80981196f4
|
@ -68,7 +68,6 @@ $dom->unlock();
|
||||||
<?php
|
<?php
|
||||||
$isedit=true;
|
$isedit=true;
|
||||||
require_once('dom_edit.inc.php');
|
require_once('dom_edit.inc.php');
|
||||||
printvar($r);
|
|
||||||
sub_domains_edit($r['domain'],$sub_domain_id);
|
sub_domains_edit($r['domain'],$sub_domain_id);
|
||||||
|
|
||||||
include_once("foot.php");
|
include_once("foot.php");
|
||||||
|
|
|
@ -861,7 +861,6 @@ ORDER BY
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$mailname=$db->f("value");
|
$mailname=$db->f("value");
|
||||||
printvar($mailname);
|
|
||||||
|
|
||||||
return $this->create_alias($domain_id, 'postmaster', $mem->user['login'].'@'.$mailname );
|
return $this->create_alias($domain_id, 'postmaster', $mem->user['login'].'@'.$mailname );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue