Merge whoosinn:ZoneMinder

pull/3750/head
Isaac Connor 2023-08-08 10:11:08 -04:00
commit fd391a4b68
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ var hasOnvif = <?php echo ZM_HAS_ONVIF ?>;
var defaultAspectRatio = '<?php echo ZM_DEFAULT_ASPECT_RATIO ?>';
<?php
if (ZM_OPT_CONTROL and canView('Controls')) {
if (ZM_OPT_CONTROL and canView('Control')) {
?>
var controlOptions = new Object();
<?php