Voting

: max(two, one)?
(Example: nine)

The Note You're Voting On

ruelle at xtof dot com
23 years ago
Better than a chmod 777 to any '/dir/pic.png' you should :
- test if dir is writable (is_writable func.)
- use chmod 700 (more secure because let only the webserver ID have access)

In any case you should program a (crontab) script to change the owner ID of any images created.

<< Back to user notes page

To Top