Topic: Simple access control using integration
Hi
I've used the instructions here to integrate with my site and just need a bit of help with authentication.
I use simple php if statement to see if the user trying to read a page is in the correct group, but what php command can I use if they are not?
Is there a simple 'kill' command that will prevent further rendering of the page or immediate redirection?
If they are in the correct group, I don't really want to have to surround the rest of the page in a php else clause.
Is there a simple elegant way of doing this?
Does that make sense?!!
Thanks
--Alan