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; } //mailman if (isset($_GET["syncro-mailman"])) { MailManSync(); exit; } if (isset($_GET["restart-mailman"])) { RestartMailManService(); exit; } if (isset($_GET["MailMan-List"])) { MailManList(); 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;} //mailman if(isset($_GET["syncro-mailman"])){MailManSync();exit;} if(isset($_GET["restart-mailman"])){RestartMailManService();exit;} if(isset($_GET["MailMan-List"])){MailManList();exit;} if(isset($_GET["mailman-delete"])){MailManDelete();exit;} if(isset($_GET["MailManSaveGlobalSettings"])){MailManSync();exit;} //DHCPD if(isset($_GET["restart-dhcpd"])){RestartDHCPDService();exit;} if(isset($_GET["apply-dhcpd"])){ApplyDHCPDService();exit;} if(isset($_GET["apply-bind"])){ApplyBINDService();exit;} if(isset($_GET["dhcpd-status"])){dhcp_status();exit;}