RE: [phplib] A different Perm scheme From: Robin Bowes (robin.bowes <email protected>)
Date: 09/13/00

> Does anybody know an authorization scheme to make a page with, for
> example
>
> $perm->check("admin", "user")
>
> be accessible with people with admin OR user rights?

Nico,

I believe the following will do what you want:

        $perm->check("admin,user")

R.

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>