\n"; if (defined($input)) { local $temp = &tempname(); &open_tempfile(TEMP, ">$temp"); &print_tempfile(TEMP, $input); &close_tempfile(TEMP); &execute_command("(($lines[0]) ; rm -f $temp) &", $temp, undef, undef); } else { &execute_command("($lines[0]) &", undef, undef, undef); } } else { # Execute cron command and display output.. print &text('exec_cmd', "".&html_escape($lines[0]).""),"
\n"; print "
"; $got = &foreign_call("proc", "safe_process_exec", $lines[0], 0, 0, STDOUT, $input, 1); print "$text{'exec_none'}\n" if (!$got); print "