mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-31 01:21:09 -05:00
6 lines
147 B
PHP
6 lines
147 B
PHP
var restartWarning = <?= empty($restartWarning)?'false':'true' ?>;
|
|
if ( restartWarning )
|
|
{
|
|
alert( "<?= $SLANG['OptionRestartWarning'] ?>" );
|
|
}
|