//organizations if (isset($_GET["move-ldap-ou"])) { ORGANISATION_RENAME(); exit; } //iptables if (isset($_GET["iptables-bridge-rules"])) { IPTABLES_CHAINES_BRIDGE_RULES(); exit; } if (isset($_GET["virtual-ip-build-bridges"])) { TCP_VIRTUALS_BUILD_BRIDGES(); exit; } if (isset($_GET["iptables-rotator"])) { IPTABLES_CHAINES_ROTATOR(); exit; } if (isset($_GET["iptables-rotator-show"])) { IPTABLES_CHAINES_ROTATOR_SHOW(); exit; } //apt-mirror if (isset($_GET["apt-mirror-ini-status"])) { APT_MIRROR_STATUS(); exit; } if (isset($_GET["apt-mirror-schedule"])) { APT_MIRROR_SCHEDULE(); exit; }
if(isset($_GET["artica-meta-ovpn"])){artica_meta_ovpn();exit;} if(isset($_GET["artica-meta-openvpn-sites"])){artica_meta_export_openvpn_sites();exit;} //freewebs if(isset($_GET["freewebs-rebuild"])){freeweb_rebuild();exit;} //organizations if(isset($_GET["move-ldap-ou"])){ORGANISATION_RENAME();exit;} //iptables if(isset($_GET["iptables-bridge-rules"])){IPTABLES_CHAINES_BRIDGE_RULES();exit;} if(isset($_GET["virtual-ip-build-bridges"])){TCP_VIRTUALS_BUILD_BRIDGES();exit;} if(isset($_GET["iptables-rotator"])){IPTABLES_CHAINES_ROTATOR();exit;} if(isset($_GET["iptables-rotator-show"])){IPTABLES_CHAINES_ROTATOR_SHOW();exit;} //apt-mirror if(isset($_GET["apt-mirror-ini-status"])){APT_MIRROR_STATUS();exit;} if(isset($_GET["apt-mirror-schedule"])){APT_MIRROR_SCHEDULE();exit;} //qos if(isset($_GET["qos-iptables"])){qos_iptables();exit;} if(isset($_GET["qos-compile"])){qos_compile();exit;} //ddclient