diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-05 21:07:50 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-05 21:07:50 +0200 |
commit | 038774eddcba5451d6e6362b851d859d1073870c (patch) | |
tree | 8d6e0645f892e58fd06f9103dff02f29f89afc83 /post_bug.cgi | |
parent | e960352ebf11b663f6ce4ac55fa6b56105c715ee (diff) | |
download | bugs-038774eddcba5451d6e6362b851d859d1073870c.tar bugs-038774eddcba5451d6e6362b851d859d1073870c.tar.gz bugs-038774eddcba5451d6e6362b851d859d1073870c.tar.bz2 bugs-038774eddcba5451d6e6362b851d859d1073870c.tar.xz bugs-038774eddcba5451d6e6362b851d859d1073870c.zip |
Bug 1128194: Remove 'umask 0' from post_bug.cgi
r=dkl a=sgreen
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/post_bug.cgi b/post_bug.cgi index 4680d6804..ca029c01a 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -64,8 +64,6 @@ if (defined $cgi->param('maketemplate')) { exit; } -umask 0; - # The format of the initial comment can be structured by adding fields to the # enter_bug template and then referencing them in the comment template. my $comment; |