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

5 lines
162 B
PHP
Raw Normal View History

var restartWarning = <?php echo empty($restartWarning)?'false':'true' ?>;
2017-05-19 01:50:56 +08:00
if ( restartWarning ) {
alert( "<?php echo translate('OptionRestartWarning') ?>" );
}