From e55bedfd1da33e7babccfa962eb63973f820ccbd Mon Sep 17 00:00:00 2001 From: BBcan177 Date: Tue, 9 Dec 2014 22:45:51 -0500 Subject: Mods to Log Browser - Allow user to Delete file(s) in the 'Original' Folder. This will allow the user to 'Force Update' the deleted List. - Include "Native Folder" File Viewing. - XHTML edit to
to
--- config/pfblockerng/pfblockerng_log.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config/pfblockerng/pfblockerng_log.php b/config/pfblockerng/pfblockerng_log.php index 8735a575..a1012984 100644 --- a/config/pfblockerng/pfblockerng_log.php +++ b/config/pfblockerng/pfblockerng_log.php @@ -104,7 +104,7 @@ $pfb_logtypes = array( 'defaultlogs' => array('name' => 'Log Files', 'ext' => array('orig', 'raw'), 'logdir' => "{$pfb['dbdir']}/original/", 'download' => TRUE, - 'clear' => FALSE + 'clear' => TRUE ), 'denylogs' => array('name' => 'Deny Files', 'ext' => 'txt', @@ -127,6 +127,12 @@ $pfb_logtypes = array( 'defaultlogs' => array('name' => 'Log Files', 'download' => TRUE, 'clear' => FALSE ), + 'nativelogs' => array('name' => 'Native Files', + 'ext' => 'txt', + 'logdir' => "{$pfb['dbdir']}/native/", + 'download' => TRUE, + 'clear' => FALSE + ), 'aliaslogs' => array('name' => 'Alias Files', 'ext' => 'txt', 'logdir' => "{$pfb['aliasdir']}/", @@ -303,7 +309,7 @@ if ($savemsg) {       -
+
-- cgit v1.2.3