Exemplo n.º 1
0
    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"])) {
Exemplo n.º 2
0
if(isset($_GET["js-index"])){js_index();exit;}
if(isset($_GET["js-web-interface"])){js_web_interface();exit;}
if(isset($_GET["js-notification-interface"])){js_notification_interface();exit;}
if(isset($_GET["js-web-interface2"])){js_web_interface2();exit;}
if(isset($_GET["js-web-fw"])){js_web_fw();exit;}
if(isset($_GET["js-web-fw-nets"])){js_web_fw_list();exit;}
if(isset($_GET["js-web-miniadm"])){js_web_miniadm();exit;}


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