|
Posted by GamblerZG on 04/08/05 20:03
Problem: I have db with users, groups, passwords and permissions. I need
to restrict access to some files for general public, but allow certain
groups to download those files. Access restrictions should be based on
permissions in the database.
I can set_time_limit() to a very big number, output file header, read
file through PHP and output it through PHP, but that's not a very
elegant solution.
[Back to original message]
|