getGroups(), $allowed_groups); if(empty($intersect)){ redirect_header('../', 2, _NOPERM); } /* * Fin Hack by felix pour boullistenaute * restreindre l'accès à certain groupes */ require("./${ChatPath}lib/index.lib.php3"); ?> "> " tag. // Both values are boolean. See explanations in 'index.lib.php3' file. send_headers(1,1); ?> ' // You can put html statements right after the "" tag or add // php code here. $Is_Error = (isset($Error)); if (isset($HTTP_COOKIE_VARS)) { if (isset($HTTP_COOKIE_VARS["CookieUsername"])) $CookieUsername = $HTTP_COOKIE_VARS["CookieUsername"]; if (isset($HTTP_COOKIE_VARS["CookieRoom"])) $CookieRoom = $HTTP_COOKIE_VARS["CookieRoom"]; if (isset($HTTP_COOKIE_VARS["CookieRoomType"])) $CookieRoomType = $HTTP_COOKIE_VARS["CookieRoomType"]; }; $Username = (isset($CookieUsername) ? $CookieUsername : ""); $Room_name = (isset($CookieRoom) ? $CookieRoom : ""); $Room_type = (isset($CookieRoomType) ? $CookieRoomType : ""); layout($Is_Error,$Username,$Room_name,$Room_type); // You can add php code here, or add html statements before the "" tag. ?> close(); ?>