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