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

6 lines
195 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') ?>" );
}