Ejemplo n.º 1
0
    exit;
}
if (isset($_GET["js-account-interface"])) {
    js_account_interface();
    exit;
}
if (isset($_GET["js-logs-interface"])) {
    js_logs_interface();
    exit;
}
if (isset($_GET["js-mysql-interface"])) {
    js_mysql_interface();
    exit;
}
if (isset($_GET["timezones"])) {
    TIME_ZONE_SAVE();
    exit;
}
if (isset($_GET["js-ldap-interface"])) {
    LDAP_CONFIG_JS();
    exit;
}
if (isset($_GET["js-ldap-popup"])) {
    LDAP_CONFIG();
    exit;
}
if (isset($_GET["main-ldap"])) {
    LDAP_SWITCH();
    exit;
}
if (isset($_GET["set_cachesize"])) {
Ejemplo n.º 2
0
if(isset($_GET["LighttpdAddNet"])){js_web_fw_add_net();exit;}
if(isset($_GET["LighttpdAddIP"])){js_web_fw_add_ip();exit;}
if(isset($_GET["LighttpdDelIP"])){js_web_fw_del_ip();exit;}
if(isset($_GET["LighttpdRestart"])){LighttpdRestart();exit;}


if(isset($_GET["cdir-ipaddr"])){calc_cdir();exit;}


if(isset($_GET["js-proxy-interface"])){js_proxy_interface();exit;}
if(isset($_GET["js-account-interface"])){js_account_interface();exit;}
if(isset($_GET["js-logs-interface"])){js_logs_interface();exit;}
if(isset($_GET["js-mysql-interface"])){js_mysql_interface();exit;}

if(isset($_GET["timezones"])){TIME_ZONE_SAVE();exit;}

if(isset($_GET["js-ldap-interface"])){LDAP_CONFIG_JS();exit;}
if(isset($_GET["js-ldap-popup"])){LDAP_CONFIG();exit;}
if(isset($_GET["main-ldap"])){LDAP_SWITCH();exit;}
if(isset($_GET["set_cachesize"])){LDAP_SAVE();exit;}
if(isset($_GET["ldap-networks-list"])){LDAP_CONFIG_NET_LIST();exit;}
if(isset($_GET["LdapAllowAnonymous"])){LDAP_SAVE();exit;}
if(isset($_GET["LdapListenIPAddr"])){LDAP_CONFIG_NET_ADD();exit;}
if(isset($_GET["ldap_other_network_card"])){LDAP_CONFIG_NET_ADD_OTHER();exit;}
if(isset($_GET["ldap-syncprov"])){LDAP_SYNCPROV();exit;}
if(isset($_GET["SaveSyncProv"])){LDAP_SYNCPROV_SAVE();exit;}



if(isset($_GET["ldapDelNet"])){LDAP_CONFIG_NET_DEL();exit;}