mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-27 17:31:07 -04:00
5 lines
162 B
PHP
5 lines
162 B
PHP
var restartWarning = <?php echo empty($restartWarning)?'false':'true' ?>;
|
|
if ( restartWarning ) {
|
|
alert( "<?php echo translate('OptionRestartWarning') ?>" );
|
|
}
|