11-14-2016, 06:30 PM
That would work. The only downside is realize that if you're passing that through as a get variable, someone could change it and access something they're not supposed to.
Note that the checkMenu function sees if a person has a particular access level (by default it's 1 for user and 2 for admin), but the checkMenu function respects whether or not someone has MORE THAN one access level...so I think it does what you already need it to do...unless I'm missing something.
Note that the checkMenu function sees if a person has a particular access level (by default it's 1 for user and 2 for admin), but the checkMenu function respects whether or not someone has MORE THAN one access level...so I think it does what you already need it to do...unless I'm missing something.