Project

General

Profile

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

    
5
require './mon-lib.pl';
6
&error_setup($text{'restart_err'});
7
$err = &restart_mon();
8
&error($err) if ($err);
9
&redirect("");
10

    
(37-37/46)