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

6 lines
161 B
PHP

var restartWarning = <?php echo empty($restartWarning)?'false':'true' ?>;
if ( restartWarning )
{
alert( "<?php echo $SLANG['OptionRestartWarning'] ?>" );
}