mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-02-01 18:11:14 -05:00
Changed embed parameter to be 'true' instead of 'yes'
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1322 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -126,7 +126,7 @@ else
|
||||
if ( ZM_WEB_SOUND_ON_ALARM && ($status == STATE_ALARM || $status == STATE_ALERT) )
|
||||
{
|
||||
?>
|
||||
<embed src="<?= ZM_DIR_SOUNDS.'/'.ZM_WEB_ALARM_SOUND ?>" autostart="yes" hidden="true"></embed>
|
||||
<embed src="<?= ZM_DIR_SOUNDS.'/'.ZM_WEB_ALARM_SOUND ?>" autostart="true" hidden="true"></embed>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user