aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-05 21:07:50 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-05 21:07:50 +0200
commit038774eddcba5451d6e6362b851d859d1073870c (patch)
tree8d6e0645f892e58fd06f9103dff02f29f89afc83
parente960352ebf11b663f6ce4ac55fa6b56105c715ee (diff)
downloadbugs-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
-rwxr-xr-xpost_bug.cgi2
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;