Project

General

Profile

Download (226 Bytes) Statistics
| Branch: | Revision:
1
#!/usr/bin/perl
2
# start.cgi
3
# Start the mon process
4

    
5
require './mon-lib.pl';
6
&error_setup($text{'start_err'});
7
$out = &backquote_logged("$config{'start_cmd'} 2>&1 </dev/null");
8
&error("<tt>$out</tt>") if ($?);
9
&redirect("");
10

    
(45-45/46)