|
|
#1 (permalink) |
|
Surpass Staff
Joined in May 2003
Lives in Orlando
23,929 posts
Gave thanks: 904
Thanked 769 times
|
No more quota issues.
Question: I've uploaded files to my home directory using PHP, but it doesn't show up in my file quota!
Answer: This is normal...files uploaded through PHP are generally owned by the user nobody. Because of this, they are not counted towards your quota. This is one of the insecurities of not using phpsuexec. With phpsuexec enabled, all files uploaded will show up correctly in your quota.
__________________
Have you ever want to draw a windmill, and after that animate it? No problem!
|
|
|
|