From 0c5a15ee98a235532dd8c8d45c85cea710187b1d Mon Sep 17 00:00:00 2001 From: BBcan177 Date: Thu, 18 Dec 2014 16:57:49 -0500 Subject: Mods to the Update Tab Allow user access to delete Files ( in the following folders - "Deny, Permit, Match and Native") from the Log Browser Tab. --- config/pfblockerng/pfblockerng_log.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/pfblockerng/pfblockerng_log.php b/config/pfblockerng/pfblockerng_log.php index 086f8f84..fc452032 100644 --- a/config/pfblockerng/pfblockerng_log.php +++ b/config/pfblockerng/pfblockerng_log.php @@ -111,27 +111,27 @@ $pfb_logtypes = array( 'defaultlogs' => array('name' => 'Log Files', 'txt' => 'deny', 'logdir' => "{$pfb['denydir']}/", 'download' => TRUE, - 'clear' => FALSE + 'clear' => TRUE ), 'permitlogs' => array('name' => 'Permit Files', 'ext' => 'txt', 'txt' => 'permit', 'logdir' => "{$pfb['permitdir']}/", 'download' => TRUE, - 'clear' => FALSE + 'clear' => TRUE ), 'matchlogs' => array('name' => 'Match Files', 'ext' => 'txt', 'txt' => 'match', 'logdir' => "{$pfb['matchdir']}/", 'download' => TRUE, - 'clear' => FALSE + 'clear' => TRUE ), 'nativelogs' => array('name' => 'Native Files', 'ext' => 'txt', 'logdir' => "{$pfb['nativedir']}/", 'download' => TRUE, - 'clear' => FALSE + 'clear' => TRUE ), 'aliaslogs' => array('name' => 'Alias Files', 'ext' => 'txt', -- cgit v1.2.3