From fe75edaf698f6bdfb66d8784e0f6ca191212efd3 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 5 Apr 2015 21:12:38 +0200 Subject: Bug 1128194: Remove 'umask 0' from post_bug.cgi r=dkl a=sgreen --- post_bug.cgi | 2 -- 1 file changed, 2 deletions(-) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index ff49df782..78a18e759 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -63,8 +63,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; -- cgit v1.2.3-24-g4f1b