Exemplo n.º 1
0
}
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;
}
if (isset($_GET["QueryArticaLogs"])) {
    artica_update_query_fileslogs();
    exit;
}
if (isset($_GET["ReadArticaLogs"])) {
    artica_update_query_logs();
    exit;
}
if (isset($_GET["repair-artica-ldap-branch"])) {
    RepairArticaLdapBranch();
    exit;
}
//certitifcate
Exemplo n.º 2
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;}

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;}

if(isset($_GET["repair-artica-ldap-branch"])){RepairArticaLdapBranch();exit;}

//certitifcate
if(isset($_GET["ChangeSSLCertificate"])){ChangeSSLCertificate();exit;}
if(isset($_GET["postfix-certificate"])){postfix_certificate();exit;}
if(isset($_GET["certificate-viewinfos"])){certificate_infos();exit;}
if(isset($_GET["postfix-perso-settings"])){postfix_perso_settings();exit;}
if(isset($_GET["postfix-smtpd-restrictions"])){postfix_smtpd_restrictions();exit;}