problem with readfile()

Status
Not open for further replies.

alvaroag

New Member
Messages
288
Reaction score
0
Points
0
today i checked my web and dicovered that it wasn't working, due to an error on one of my files. that error is because that file used readfile, which is now currently disabled for security reasons. does someone know another solution for this?

thanks

Alvaro
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
file_get_contents("path-to-file") -- it is binary safe and works well :)
 
Status
Not open for further replies.
Top