Re: [PHP] ACL howto

2003-06-16 Thread Ernest E Vogelsinger
At 06:11 16.06.2003, Sn!per said: [snip] >I have several admin modules for my portal. And I have also several admin >users who are supposed to have access only to certain modules. > >Say, the superadmin can access ALL modules (modA, modB, modC, modD) and >ad

[PHP] ACL howto

2003-06-15 Thread Sn!per
I have several admin modules for my portal. And I have also several admin users who are supposed to have access only to certain modules. Say, the superadmin can access ALL modules (modA, modB, modC, modD) and admin-A can only access modA and modB admin-B can only access modA and modD ... ... How