include_once 'ressources/class.apache.inc';
include_once 'ressources/class.lvm.org.inc';
include_once 'ressources/class.user.inc';
include_once 'ressources/class.external.ad.inc';
if (!VerifyRights()) {
    $tpl = new templates();
    echo "alert('" . $tpl->javascript_parse_text("{ERROR_NO_PRIVS}") . "');";
    die;
    exit;
}
if (isset($_GET["group-section"])) {
    groups_section_starter();
    exit;
}
if (isset($_GET["groupware-list"])) {
    organization_groupwares_list();
    exit;
}
if (isset($_GET["ajaxmenu"])) {
    echo "<div id='org_main'>";
    organization_sections();
    echo "</div>";
    exit;
}
if (isset($_GET["Tree_group_Add_New"])) {
    Tree_group_Add_New();
    exit;
}
if (isset($_GET["ChangeOrg"])) {
    echo groupslist($_GET["ChangeOrg"]);
    exit;
Пример #2
0
	include_once('ressources/class.users.menus.inc');
	include_once('ressources/class.artica.inc');
	include_once('ressources/class.mimedefang.inc');	
	include_once('ressources/class.apache.inc');
	include_once('ressources/class.lvm.org.inc');
	include_once('ressources/class.user.inc');


	
	if(!VerifyRights()){
		$tpl=new templates();
		echo "alert('". $tpl->javascript_parse_text("{ERROR_NO_PRIVS}")."');";
		die();exit();
	}
	
if(isset($_GET["groupware-list"])){organization_groupwares_list();exit;}	
if(isset($_GET["ajaxmenu"])){echo "<div id='org_main'>";organization_sections();echo "</div>";exit;}
if(isset($_GET["Tree_group_Add_New"])){Tree_group_Add_New();exit;}
if(isset($_GET["ChangeOrg"])){echo groupslist($_GET["ChangeOrg"]);exit;}
if(isset($_GET["LoadMembers"])){echo LoadMembers();exit();}
if(isset($_GET["LoadMembersNotAffected"])){echo LoadMembersNotAffected();exit;}
if(isset($_GET["DeleteGroup"])){echo DeleteGroup();exit;}
if(isset($_GET["ReloadOrgTable"])){echo groupslist($_GET["ReloadOrgTable"]);exit;}
if(isset($_GET["LoadDomainSettings"])){echo PopUp_DomainTransport();exit;}
if(isset($_GET["AddNewInternetDomain"])){AddNewInternetDomain();exit;}
if(isset($_GET["AddTransportToDomain"])){AddTransportToDomain();exit;}
if(isset($_GET["DeleteInternetDomain"])){DeleteInternetDomain();exit;}
if(isset($_GET["SaveTransportDomain"])){SaveTransportDomain();exit;}
if(isset($_GET["LoadAjaxGroup"])){LoadGroupsAjax($_GET["LoadAjaxGroup"]);exit();}
if(isset($_GET["FillGroupTable"])){FillGroupTable();exit;}
if(isset($_GET["LoadDomainList"])){echo LoadDomainsOu($_GET["LoadDomainList"]);exit();}