mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-31 01:21:09 -05:00
2 lines
138 B
PHP
2 lines
138 B
PHP
var openZmWindow = <?= (isset($_REQUEST['action']) && $_REQUEST['action'] == "version" && $_REQUEST['option'] == "go")?'true':'false' ?>;
|