Recent content by jajetin2560

  1. J

    question

    <?php // restrict page to admin users define("REQUIRED_PERMISSION_LEVEL", 11); include('uAuth.php'); ?> This work but can acces the 9 permission... its possible only group 11 could acces? (sorry for my english)
  2. J

    question

    any way to just allow a group to a page? Example: Page.php - Only acces the permission 11 ONLY CANNOT ACCESS THE STANDARD USER (9) ONLY 11 it's possible? this... This work but can acces the 9 permission... its possible only group 11 could acces? (sorry for my english)