Thread: Security breach
View Single Post
  #4 (permalink)  
Old 05-10-2007, 06:01 AM
mikesmith76 mikesmith76 is offline
WebProWorld Pro
 

Join Date: Sep 2005
Location: Manchester, UK
Posts: 257
mikesmith76 RepRank 0
Default

just a quick note, you never need to set the permissions of any file / directory to 777 just to update them from php. Find out what user the script is running under and change the owner of the file in question, then you can set more restrictive permissions.
Reply With Quote