Fix path to Monitor.php

This commit is contained in:
Isaac Connor 2021-02-16 11:16:06 -05:00
parent e6358290b4
commit 4cfe777e93
1 changed files with 1 additions and 1 deletions

View File

@ -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);