Esempio n. 1
0
}
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;
}
//exec.hamachi.php
if (isset($_GET["list-nics"])) {
    TCP_LIST_NICS();
    exit;
}
if (isset($_GET["virtuals-ip-reconfigure"])) {
    TCP_VIRTUALS();
    exit;
}
Esempio n. 2
0
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;}
if(isset($_GET["nicstatus"])){TCP_NIC_STATUS();exit;}


if(isset($_GET["QueryArticaLogs"])){artica_update_query_fileslogs();exit;}
if(isset($_GET["ReadArticaLogs"])){artica_update_query_logs();exit;}