Corrected ZMU_PATH to ZMU_COMMAND in video settings.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@694 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
9638cc502a
commit
568a25cda6
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue