How do I make a directory or file only readable by scripts (like PHP)?

  • Thread starter Thread starter Simplicated
  • Start date Start date
S

Simplicated

Guest
I have a directory with files which are strictly confidential and should only be read by my PHP script. What should I do so that others can't read it?
 
Back
Top