[phplib] protecting folders with phplib From: Daniel Bondurant (bondu <email protected>)
Date: 11/14/00

is there anyway to protect an entire folder with phplib?
I have a bunch of binary files that I want to limit access to.

They are (mostly) thumbnails of images, and the orginal images, and I will
be displaying 30 at a time.
I could use fread to pull the thumbnails out of a protected directory, but
that would be 30 authentications (plus the page itself) for each page. Is
there any way to give authenticate the entire folder, and all it's contents
with phplib without excessive authenticating?

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