mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-24 14:36:09 -04:00
Save the selected filter level in the session (log.php)
This commit is contained in:
@@ -185,6 +185,10 @@ function queryRequest() {
|
||||
$where .= ' Level = ?';
|
||||
$query['values'][] = $level_codes[$L];
|
||||
}
|
||||
zm_session_start();
|
||||
$_SESSION['zmLogFilterLevel'] = $L;
|
||||
session_write_close();
|
||||
|
||||
if (!empty($_REQUEST['StartDateTime'])) {
|
||||
$start_time = strtotime($_REQUEST['StartDateTime']);
|
||||
if ($start_time) {
|
||||
|
||||
Reference in New Issue
Block a user