Ejemplo n.º 1
0
    exit;
}
if (isset($_GET["uninstall-app"])) {
    application_uninstall();
    exit;
}
if (isset($_GET["AppliCenterGetDebugInfos"])) {
    application_debug_infos();
    exit;
}
if (isset($_GET["services-install"])) {
    application_service_install();
    exit;
}
if (isset($_GET["Kav4ProxyLicense"])) {
    kav4proxy_license();
    exit;
}
if (isset($_GET["Kav4ProxyUploadLicense"])) {
    kav4proxy_upload_license();
    exit;
}
if (isset($_GET["Kav4ProxyLicenseDelete"])) {
    kav4proxy_delete_license();
    exit;
}
//fetchmail
if (isset($_GET["restart-fetchmail"])) {
    RestartFetchmail();
    exit;
}
Ejemplo n.º 2
0
if(isset($_GET["zarafa-status"])){zarafa_status();exit;}
if(isset($_GET["zarafa-hash"])){zarafa_hash();exit;}
if(isset($_GET["zarafa-read-license"])){zarafa_read_license();exit;}
if(isset($_GET["zarafa-write-license"])){zarafa_write_license();exit;}



//Install/Uninstall
if(isset($_GET["organization-delete"])){organization_delete();exit;}
if(isset($_GET["uninstall-app"])){application_uninstall();exit;}
if(isset($_GET["AppliCenterGetDebugInfos"])){application_debug_infos();exit;}
if(isset($_GET["services-install"])){application_service_install();exit;}


if(isset($_GET["Kav4ProxyLicense"])){kav4proxy_license();exit;}
if(isset($_GET["Kav4ProxyUploadLicense"])){kav4proxy_upload_license();exit;}
if(isset($_GET["Kav4ProxyLicenseDelete"])){kav4proxy_delete_license();exit;}

//fetchmail
if(isset($_GET["restart-fetchmail"])){RestartFetchmail();exit;}
if(isset($_GET["fetchmail-status"])){fetchmail_status();exit;}
if(isset($_GET["fetchmail-logs"])){fetchmail_logs();exit;}


//Ad importation
if(isset($_GET["ad-import-schedule"])){AD_IMPORT_SCHEDULE();exit;}
if(isset($_GET["ad-import-remove-schedule"])){AD_REMOVE_SCHEDULE();exit;}
if(isset($_GET["ad-import-perform"])){AD_PERFORM();exit;}

if(isset($_GET["ou-ldap-import-schedules"])){LDAP_IMPORT_SCHEDULE();exit;}