diff options
Diffstat (limited to 'inc/common.php')
-rw-r--r-- | inc/common.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/common.php b/inc/common.php index 9b1c2900f..dff4bba18 100644 --- a/inc/common.php +++ b/inc/common.php @@ -38,6 +38,9 @@ $conf['usegzip'] = 0; } + //remember original umask + $conf['oldumask'] = umask(); + /** * remove magic quotes recursivly * |