Date: 01/24/01
- Next message: Pascal Jolin: "[phplib] URGENT: Crosslinked sessions between MS IE4.01 users"
- Previous message: A.C.N.S. Information and News: "[phplib] HELLO!!! Is anyone able to help?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
have two sites runing off the same user database.
One is for users, and the other for admins. It was much easier to set up
this way.
for the admin site, I need too add
if ($perm->have_perm("admin")
return false;
or something equivalent to
$auth->auth_validatelogin();
I have several levels or $perm->$permission above admin, and I need to let
them all in.
but perm is not defined until after auth is run
How would I go about doing this?
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Pascal Jolin: "[phplib] URGENT: Crosslinked sessions between MS IE4.01 users"
- Previous message: A.C.N.S. Information and News: "[phplib] HELLO!!! Is anyone able to help?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

