"Jon Haworth" <[EMAIL PROTECTED]> wrote: > Yes, I would have thought this would do it: > > if (strstr($file, "/usr/local/apache/htdocs/") { > show_source($file); > } else { > echo "File must be in /usr/local/apache/htdocs!"; > } > > Modify as appropriate. > > Have I missed anything, or will this do the trick? Something along those lines will work. Without some kind of limitations built in, the page will be able to load any file that's world-readable so it's a good idea to limit access to certain directories or hardcode the directory you want to give access to. -- Steve Werby President, Befriend Internet Services LLC http://www.befriend.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- RE: [PHP] Security of PHP code Christopher Ostmo
- RE: [PHP] Security of PHP code Richard Heyes
- RE: [PHP] Security of PHP code Hankley, Chip
- Re: [PHP] Security of PHP code Delbono
- Re: [PHP] Security of PHP code Phil Driscoll
- Re: [PHP] Security of PHP code Christopher Ostmo
- RE: [PHP] Security of PHP code Matt Williams
- Re: [PHP] Security of PHP code Tyrone Mills
- Re: [PHP] Security of PHP code Arcady Genkin
- RE: [PHP] Security of PHP code Jon Haworth
- Re: [PHP] Security of PHP code Steve Werby
- Re: [PHP] Security of PHP code Sascha Schumann
- Re: [PHP] Security of PHP code Delbono
- Re: [PHP] Security of PHP code Steve Werby
- Re: [PHP] Security of PHP code Ryan
- RE: [PHP] Security of PHP code Brian White
- Re: [PHP] Security of PHP code james
- Re: [PHP] Security of PHP code Tiger Quimpo
- [PHP] Suggest Table Structure kachaloo
- Re: [PHP] Suggest Table Structure Mauricio T?llez Jim?nez
- RE: [PHP] Security of PHP code Adrian Ciutureanu