Ejemplo n.º 1
0
function reconfigure()
{
    shell_exec("{$GLOBALS["postmulti"]} -e init >/dev/null 2>&1");
    InstancesList();
    remove_old_instances();
    CheckInstances();
}
Ejemplo n.º 2
0
function reconfigure()
{
    echo "Starting......: Enable Postfix multi-instances\n";
    shell_exec("{$GLOBALS["postmulti"]} -e init >/dev/null 2>&1");
    InstancesList();
    remove_old_instances();
    CheckInstances();
}