Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Fri Mar 29, 2024 12:17 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
PostPosted: Mon Feb 28, 2011 10:59 am 
Offline
Newbie

Joined: Tue Feb 22, 2011 3:25 am
Posts: 7
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


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group