Fix path to Monitor.php
This commit is contained in:
parent
e6358290b4
commit
4cfe777e93
|
@ -29,7 +29,7 @@ if ( ! canView('Control', $_REQUEST['mid']) ) {
|
|||
return;
|
||||
}
|
||||
|
||||
require_once('Monitor.php');
|
||||
require_once('includes/Monitor.php');
|
||||
$mid = validInt($_REQUEST['mid']);
|
||||
if ( $action == 'settings' ) {
|
||||
$args = ' -m ' . escapeshellarg($mid);
|
||||
|
|
Loading…
Reference in New Issue