question

jajetin2560

New Member
May 21, 2013
2
0
0
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...

<?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)
 

jajetin2560

New Member
May 21, 2013
2
0
0
Code:
  <?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)