diff options
author | terry%mozilla.org <> | 1999-05-11 08:15:08 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-05-11 08:15:08 +0200 |
commit | c0ed55895db8642b64b58b6d902f7085d2ca757e (patch) | |
tree | a11a8d4d3f2bc751f5f1b2518752cc24f461eddc /backdoor.cgi | |
parent | a1c55275b03a1c5fe5dcc27af02c65a0f99e1650 (diff) | |
download | bugzilla-c0ed55895db8642b64b58b6d902f7085d2ca757e.tar.gz bugzilla-c0ed55895db8642b64b58b6d902f7085d2ca757e.tar.xz |
Oops; back out last change; was checked in by mistake (and with the wrong log comment, too).
Diffstat (limited to 'backdoor.cgi')
-rwxr-xr-x | backdoor.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backdoor.cgi b/backdoor.cgi index dd96b6316..0c4a013be 100755 --- a/backdoor.cgi +++ b/backdoor.cgi @@ -160,4 +160,4 @@ foreach my $cc (split(/,/, $::FORM{'cc'})) { } print "Created bugzilla bug $zillaid\n"; -system("./processmail $zillaid"); +system("./processmail $zillaid < /dev/null > /dev/null 2> /dev/null &"); |