commit | 3ad8efe07deb3ec27a205815dc9097c20c728e9b | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Fri Apr 04 18:56:04 2008 +0000 |
committer | Derek Jones <derek.jones@ellislab.com> | Fri Apr 04 18:56:04 2008 +0000 |
tree | d2d699b7173505ef6ce317cd0856fa5b03e6aae1 | |
parent | 1ea127ae8a8026af7679526af06ff297d5104104 [diff] [blame] |
added constants.php file and implemented constants for file system modes
diff --git a/system/libraries/Log.php b/system/libraries/Log.php index f9ca85a..1aa8bd0 100644 --- a/system/libraries/Log.php +++ b/system/libraries/Log.php
@@ -109,7 +109,7 @@ flock($fp, LOCK_UN); fclose($fp); - @chmod($filepath, 0666); + @chmod($filepath, FILE_WRITE_MODE); return TRUE; }