zoneminder/web/skins/classic/views/js/options.js.php

7 lines
196 B
PHP
Raw Normal View History

2020-08-25 23:47:49 +08:00
<?php global $restartWarning; ?>
var restartWarning = <?php echo empty($restartWarning)?'false':'true' ?>;
2017-05-19 01:50:56 +08:00
if ( restartWarning ) {
alert( "<?php echo translate('OptionRestartWarning') ?>" );
}
2020-09-14 22:50:04 +08:00