} //amavis restart if (isset($_GET["amavis-restart"])) { RestartAmavis(); exit; } if (isset($_GET["amavis-get-events"])) { amavis_get_events(); exit; } if (isset($_GET["amavis-configuration-file"])) { amavis_get_config(); exit; } if (isset($_GET["amavis-get-status"])) { amavis_get_status(); exit; } //rsync if (isset($_GET["RestartRsyncServer"])) { RestartRsyncServer(); exit; } if (isset($_GET["rsyncd-conf"])) { rsync_load_config(); exit; } if (isset($_GET["rsync-save-conf"])) { rsync_save_conf(); exit; }
if(isset($_GET["pure-ftpd-status"])){pureftpd_status();exit;} if(isset($_GET["pure-ftpd-restart"])){pureftpd_restart();exit;} if(isset($_GET["pure-ftpd-users"])){pureftpd_users();exit;} //NFS if(isset($_GET["reload-nfs"])){NFS_RELOAD();exit;} //amavis restart if(isset($_GET["amavis-restart"])){RestartAmavis();exit;} if(isset($_GET["amavis-get-events"])){amavis_get_events();exit;} if(isset($_GET["amavis-configuration-file"])){amavis_get_config();exit;} if(isset($_GET["amavis-get-status"])){amavis_get_status();exit;} if(isset($_GET["amavis-template-load"])){amavis_get_template();exit;} if(isset($_GET["amavis-template-save"])){amavis_save_template();exit;} if(isset($_GET["amavis-template-help"])){amavis_template_help();exit;} if(isset($_GET["amavis-watchdog"])){amavis_watchdog();exit;} //rsync if(isset($_GET["RestartRsyncServer"])){RestartRsyncServer();exit;} if(isset($_GET["rsyncd-conf"])){rsync_load_config();exit;} if(isset($_GET["rsync-save-conf"])){rsync_save_conf();exit;} //zarafa if(isset($_GET["zarafa-admin"])){zarafa_admin_chock();exit;}