|
Posted by Simon Niederberger on 02/26/06 13:49
Hi all
I need to write a script which overwrites certain .php files in the current
directory. Running as www user, I get a Permission denied on fopen.
Obviously, I could CHMOD all files to allow for writing of the www group.
However, I guess this would be quite a security flaw, so here's what I'd
like to do:
Change "running" user from www to root (or any other user), do fopen /
fwrite / fclose, change user back.
(How) Can I do this with PHP?
Thanks a lot
Simon
Navigation:
[Reply to this message]
|