<br /> $user = $userob -> authenticate("U_Groups");<br /><br />// Adjust the group number to the group that IS allowed to access.<br />// If they are not part of this group - they will get intercepted by the not right page<br />if (!strstr($user['U_Groups'],"-5-")) { <br /> $html = new html;<br /> $html -> not_right ('You are not authorized to view this page.',$Cat);<br />}<br /><br />// Otherwise continue on with your page here. :)<br /><br />