PDA

View Full Version : Files created using PHP...


Madox
09-22-2003, 07:33 AM
Files created from php scripts are created to the user www-user ??? Is it? :/

Its a major annoyance not being able to delete those files from ftp... (I've been deleting them using a php file manager...).

Any solutions to bypass this problem?

admin
09-22-2003, 07:37 AM
Not really until we implement php-suexec. Which causes php to run those files as your user.....HOWEVER, that is known to have MAJOR compatibility issues at this time.