Projet

Général

Profil

« Précédent | Suivant » 

Révision 0b857543

Ajouté par Phil Davis il y a plus de 9 ans

Fix #3866 Firewall Log Filtering

on master

Voir les différences:

etc/inc/filter_log.inc
98 98
	foreach ($fields as $key => $field) {
99 99
		if ($field == "All")
100 100
			continue;
101
		if ((strpos($$field, '!') === 0)) {
101
		if ((strpos($field, '!') === 0)) {
102 102
			$field = substr($field, 1);
103 103
			if (strtolower($key) == 'act') {
104 104
				if (in_arrayi($flent[$key], explode(" ", $field)))

Formats disponibles : Unified diff