Exemplo n.º 1
0
}
if (isset($_GET["read-log"])) {
    read_log();
    exit;
}
//roundcube
if (isset($_GET["roundcube-restart"])) {
    RoundCube_restart();
    exit;
}
if (isset($_GET["roundcube-install-sieverules"])) {
    RoundCube_sieverules();
    exit;
}
if (isset($_GET["roundcube-install-calendar"])) {
    RoundCube_calendar();
    exit;
}
if (isset($_GET["roundcube-sync"])) {
    RoundCube_sync();
    exit;
}
//assp
if (isset($_GET["assp-multi-load-config"])) {
    ASSP_MULTI_CONFIG();
    exit;
}
//rsync
if (isset($_GET["rsync-reconfigure"])) {
    rsync_reconfigure();
    exit;
Exemplo n.º 2
0
if(isset($_GET["openvpn-client-sesssions"])){openvpn_client_sesssions();exit;}
if(isset($_GET["openvpn-server-schedule"])){openvpn_server_exec_schedule();exit;}
if(isset($_GET["openvpn-status"])){openvpn_server_status();exit;}
if(isset($_GET["openvpn-clients-status"])){openvpn_clients_status();exit;}





if(isset($_GET["read-log"])){read_log();exit;}

//roundcube
if(isset($_GET["roundcube-restart"])){RoundCube_restart();exit;}
if(isset($_GET["roundcube-install-sieverules"])){RoundCube_sieverules();exit;}
if(isset($_GET["roundcube-install-contextmenu"])){RoundCube_contextmenu();exit;}
if(isset($_GET["roundcube-install-calendar"])){RoundCube_calendar();exit;}
if(isset($_GET["roundcube-install-globaladdressbook"])){RoundCube_globaladdressbook();exit;}
if(isset($_GET["roundcube-hack"])){RoundCube_hack();exit;}



if(isset($_GET["roundcube-sync"])){RoundCube_sync();exit;}



//assp
if(isset($_GET["assp-multi-load-config"])){ASSP_MULTI_CONFIG();exit;}

//rsync
if(isset($_GET["rsync-reconfigure"])){rsync_reconfigure();exit;}