include_once('ressources/class.maincf.multi.inc');
	include_once('ressources/class.status.inc');
	if(isset($_GET["org"])){$_GET["ou"]=$_GET["org"];}
	
	if(!PostFixMultiVerifyRights()){
		$tpl=new templates();
		echo "alert('". $tpl->javascript_parse_text("{ERROR_NO_PRIVS}")."');";
		die();exit();
	}	
	
	if(isset($_GET["in-front-ajax"])){popup_js_front();exit;}
	if(isset($_GET["status"])){popup_status();exit;}
	if(isset($_GET["status-server"])){popup_status_server();exit;}
	if(isset($_GET["transport"])){popup_transport();exit;}
	if(isset($_GET["security"])){popup_security();exit;}
	if(isset($_GET["filters"])){filters_security();exit;}
	if(isset($_GET["enable_plugins"])){filters_security_save();exit;}
	
	if(isset($_GET["postfix-network"])){postfix_network();exit;}
	if(isset($_GET['ReloadNetworkTable'])){postfix_network_table();exit;}
	if(isset($_GET["PostfixAddMyNetwork"])){postfix_network_add();exit;}
	if(isset($_GET["PostFixDeleteMyNetwork"])){postfix_network_delete();exit;}
	
	if(isset($_GET["postfix-hostname"])){postfix_hostname();exit;}
	if(isset($_GET["VirtualHostNameToChange"])){postfix_hostname_save();exit;}
	
	if(isset($_GET["instance-reload"])){instance_perform_reload();exit;}
	if(isset($_GET["instance-restart"])){instance_perform_restart();exit;}
	if(isset($_GET["instance-flush"])){instance_perform_flush();exit;}
	if(isset($_GET["instance-reconfigure"])){instance_perform_reconfigure();exit;}
	if(isset($_GET["instance-kill"])){instance_perform_delete();exit;}
    exit;
}
if (isset($_GET["status-server"])) {
    popup_status_server();
    exit;
}
if (isset($_GET["transport"])) {
    popup_transport();
    exit;
}
if (isset($_GET["security"])) {
    popup_security();
    exit;
}
if (isset($_GET["filters"])) {
    filters_security();
    exit;
}
if (isset($_GET["enable_plugins"])) {
    filters_security_save();
    exit;
}
if (isset($_GET["postfix-network"])) {
    postfix_network();
    exit;
}
if (isset($_GET['ReloadNetworkTable'])) {
    postfix_network_table();
    exit;
}
if (isset($_GET["PostfixAddMyNetwork"])) {