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

6 lines
164 B
PHP
Raw Normal View History

var restartWarning = <?php echo empty($restartWarning)?'false':'true' ?>;
if ( restartWarning )
{
2015-05-10 21:10:30 +08:00
alert( "<?php echo translate('OptionRestartWarning') ?>" );
}