Project

General

Profile

Actions

Bug #9359

closed

diag_tables.php duplicate entries from webConfigurator lockout table

Added by Joshua Sign about 5 years ago. Updated almost 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Web Interface
Target version:
Start date:
02/28/2019
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.4_2
Affected Architecture:
All

Description

Entries in the webConfigurator Lockout Table are always listed, whatever the table you select.

Possible fix should be :
- add :

unset($entries);
after line 61 in /etc/inc/auth.inc
- add :
$entries=array();
after line 78 in /usr/local/www/diag_tables.php to avoid delete of these unwanted entries
- add :
$entries=array();
before line 120 in /usr/local/www/diag_tables.php

Actions

Also available in: Atom PDF