Corrected ZMU_PATH to ZMU_COMMAND in video settings.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@694 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2003-11-21 10:37:53 +00:00
parent 9638cc502a
commit 568a25cda6
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ if ( $action )
}
elseif ( $action == "settings" )
{
$zmu_command = ZMU_PATH." -m $mid -B$new_brightness -C$new_contrast -H$new_hue -O$new_colour";
$zmu_command = ZMU_COMMAND." -m $mid -B$new_brightness -C$new_contrast -H$new_hue -O$new_colour";
$zmu_output = exec( escapeshellcmd( $zmu_command ) );
list( $brightness, $contrast, $hue, $colour ) = split( ' ', $zmu_output );
}