View Single Post
Old 2011-12-27, 03:01 PM   #2
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
Translation: A PHP command is using a relative path (i.e. "../folder/file) to access a file in a parent folder rather than the full actual path.

Most PHP installs block access to files in parent folders via relative path for security reasons. It makes it harder for malicious scripts to take over a box.
Toby is offline   Reply With Quote