Quote:
Originally Posted by EddieVan
ease to configure that access [after all, there may be many HTML pages, and the will likely be regenerated on a regular basis]
|
Create a separate PHP file with an array that indicates which groups get access. On your files, include that file and use this array for the is_member_of() function.
Quote:
Originally Posted by EddieVan
ease for patching vBullein [we'd like to stay current, and don't want to have to re-implement the mod each time].
|
I can nearly guarantee you that is_member_of() will not break.