mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-09 07:04:55 -04:00
3 lines
130 B
PHP
3 lines
130 B
PHP
var running = <?php echo daemonCheck()?'true':'false' ?>;
|
|
var applying = <?php echo !empty($_REQUEST['apply'])?'true':'false' ?>;
|