mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-13 18:38:14 -04:00
The download was failing because click_download() sent both the form's filter (containing StartDateTime terms) AND separate minTime/maxTime fields. In download.php, the has_term check only looked for 'DateTime' not 'StartDateTime', so a duplicate conflicting constraint was added. Remove the redundant minTime/maxTime/minTimeSecs/maxTimeSecs from click_download() since the filter already carries the time range. Remove the dead/conflicting handling in download.php. refs #4774 Co-authored-by: connortechnology <925519+connortechnology@users.noreply.github.com>
Modern ZoneMinder Skin
This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.