mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Remove stills option and add 1/10 and 1/2 rate options
This commit is contained in:
@@ -275,7 +275,8 @@ if (canView('System')) {
|
||||
<label for="changeRate"><?php echo translate('Rate') ?>:</label>
|
||||
<?php
|
||||
$maxfps_options = array(''=>translate('Unlimited'),
|
||||
'0' => translate('Stills'),
|
||||
'0.10' => '1/10' .translate('FPS'),
|
||||
'0.50' => '1/2' .translate('FPS'),
|
||||
'1' => '1 '.translate('FPS'),
|
||||
'2' => '2 '.translate('FPS'),
|
||||
'5' => '5 '.translate('FPS'),
|
||||
|
||||
Reference in New Issue
Block a user