Open-AudIT
https://www.open-audit.org/phpBB3/

Display of existing IP end address missing in audit conf
https://www.open-audit.org/phpBB3/viewtopic.php?f=8&t=4452
Page 1 of 1

Author:  smorloc [ Mon Feb 28, 2011 10:59 am ]
Post subject:  Display of existing IP end address missing in audit conf

In audit_configurationi.php, the displaying of the IP end address in the database
was missing. It was being stored in the database properly when modified.

In the following snippet, the "$ip_end" line was added to address the problem.

[code]
$ip = explode(".", $cfg[$id]['ip_start'] );
$ip_end = ( !is_null($cfg[$id]) ) ? $cfg[$id]['ip_end'] : '254';
$opt_logging = ( !is_null($cfg[$id]) ) ? $cfg[$id]['enable_logging'] : '1';
[/code]

Steve

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/