--- /opt/iserv/idesk/nav/40chat.mod Mon Feb 7 03:27:02 2005 +++ /opt/iserv/idesk/nav/40chat.mod Wed Sep 7 14:50:48 2005 @@ -1,4 +1,14 @@ 0) + { + if (SecureGrp("chat")) + TreeNode("Chat", "chat/guide.php", "chat"); + } + else + { + TreeNode("Chat", "chat/guide.php", "chat"); + } +} ?> --- /opt/iserv/usr/iconf/var/iserv/config/default/70chat Mon Feb 7 03:20:33 2005 +++ /opt/iserv/usr/iconf/var/iserv/config/default/70chat Wed Sep 7 12:25:02 2005 @@ -4,3 +4,5 @@ # Chatmodul anschalten? Chat:Bool = yes +# Whitelist fuer den Chat +GrpChat:Array = () --- /opt/iserv/idesk/chat/chat.inc Wed Mar 9 00:41:06 2005 +++ /opt/iserv/idesk/chat/chat.inc Wed Sep 7 14:51:45 2005 @@ -1,5 +1,6 @@ 0) and (!SecureGrp("chat"))) die ("Chat disabled!"); $room = StripSlashes($room); --- /opt/iserv/idesk/nav/admin/50chat.mod Mon Feb 7 03:27:19 2005 +++ /opt/iserv/idesk/nav/admin/50chat.mod Wed Sep 7 14:57:41 2005 @@ -1,4 +1,14 @@ 0) + { + if (SecureGrp("chat")) + TreeNode("Chats", "chat/admin.php", "chat"); + } + else + { + TreeNode("Chats", "chat/admin.php", "chat"); + } +} ?>