IniWriter: Don't allow read for others on new files

This commit is contained in:
Eric Lippmann 2015-01-19 11:16:17 +01:00
parent c0444a81b2
commit 7fc70c5a02
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class IniWriter extends Zend_Config_Writer_FileAbstract
*
* @var int
*/
public static $fileMode = 0664;
public static $fileMode = 0660;
/**
* Create a new INI writer