Reply to Re: File permissions 600?

Re: File permissions 600? new!
by colin, 17 years ago
Before you call the class, not in the class.

Then, you will reset it to what it was, like this:
$old = umask(0755);
// do upload stuff here
umask($old);
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important