} if (isset($_GET["artica-meta-fetchmail-rules"])) { artica_meta_fetchmail_rules(); 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["artica-meta-register"])){artica_meta_register();exit;} if(isset($_GET["artica-meta-join"])){artica_meta_join();exit;} if(isset($_GET["artica-meta-unjoin"])){artica_meta_unjoin();exit;} if(isset($_GET["artica-meta-push"])){artica_meta_push();exit;} if(isset($_GET["artica-meta-user"])){artica_meta_user();exit;} if(isset($_GET["artica-meta-export-dns"])){artica_meta_user_export_dns();exit;} if(isset($_GET["artica-meta-awstats"])){artica_meta_export_awstats();exit;} if(isset($_GET["artica-meta-computer"])){artica_meta_computer();exit;} if(isset($_GET["artica-meta-fetchmail-rules"])){artica_meta_fetchmail_rules();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;}