fix file perms

This commit is contained in:
real_nowhereman 2011-07-04 10:08:05 +00:00
parent 6c429af1ea
commit c0585e3a28

View File

@ -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;
} }
?>