Re: [PHP] Restricting access to a file

2008-05-28 Thread Bastien Koert
On Wed, May 28, 2008 at 2:23 AM, Adam Richardson <[EMAIL PROTECTED]> wrote: > I usually set up what amounts to a quick controller page. The page accepts > a GET variable that identifies the download, and it also delegates to a > helper object that determines the access level. > > If the delegate

Re: [PHP] Restricting access to a file

2008-05-27 Thread Adam Richardson
I usually set up what amounts to a quick controller page. The page accepts a GET variable that identifies the download, and it also delegates to a helper object that determines the access level. If the delegate determines that the person should be able to download/ view the content, the con