fix file perms
This commit is contained in:
parent
6c429af1ea
commit
c0585e3a28
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
fclose($f);
|
fclose($f);
|
||||||
|
|
||||||
@chmod($filename, 0666);
|
@chmod($filename, FILE_PERMISSIONS);
|
||||||
|
|
||||||
//returns true on success
|
//returns true on success
|
||||||
|
|
||||||
@ -55,4 +55,4 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user