Exemple #1
0
function BuildDefaultBranchs()
{
    $main = new main_cf();
    $main->BuildDefaultWhiteListRobots();
    $sender = new sender_dependent_relayhost_maps();
    if ($GLOBALS["RELOAD"]) {
        $unix = new unix();
        $postfix = $unix->find_program("postfix");
        shell_exec("{$postfix} stop && {$postfix} start");
    }
}