mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-29 02:04:22 -04:00
6 lines
164 B
PHP
6 lines
164 B
PHP
var restartWarning = <?php echo empty($restartWarning)?'false':'true' ?>;
|
|
if ( restartWarning )
|
|
{
|
|
alert( "<?php echo translate('OptionRestartWarning') ?>" );
|
|
}
|