mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-14 01:24:34 -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' ?>;
|