Example #1
0
}
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;
}
Example #2
0
//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;}
if(isset($_GET["ou-ldap-import-schedules"])){LDAP_IMPORT_EXEC();exit;}


//exec.hamachi.php
if(isset($_GET["list-nics"])){TCP_LIST_NICS();exit;}
if(isset($_GET["virtuals-ip-reconfigure"])){TCP_VIRTUALS();exit;}
if(isset($_GET["vlan-ip-reconfigure"])){TCP_VLANS();exit;}