From 10c004c5600e0806cf15d72c902375c158f42e87 Mon Sep 17 00:00:00 2001 From: "tara%tequilarista.org" <> Date: Thu, 18 May 2000 04:29:31 +0000 Subject: Making all system calls use paramter arguments --- backdoor.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backdoor.cgi') diff --git a/backdoor.cgi b/backdoor.cgi index b4848a1bb..f46cb6759 100755 --- a/backdoor.cgi +++ b/backdoor.cgi @@ -175,4 +175,4 @@ foreach my $cc (split(/,/, $::FORM{'cc'})) { } print "Created bugzilla bug $zillaid\n"; -system("./processmail $zillaid"); +system("./processmail", $zillaid); -- cgit v1.2.3-24-g4f1b