Help for this page

Select Code to Download


  1. or download this
    sub access_check
      {
    ...
    
        return $quick_allow{ $user_id };
      }
    
  2. or download this
    my %ALL_USER_GROUPS = (
                        23 => [ qw( g1  g4 ) ],
                        13 => [ qw( g3  g5 ) ],
                        );