Projet

Général

Profil

« Précédent | Suivant » 

Révision 9036e766

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

Fix #3866 Firewall Log Filtering

on 2.1 branch

Voir les différences:

etc/inc/filter_log.inc
93 93
	foreach ($fields as $key => $field) {
94 94
		if ($field == "All")
95 95
			continue;
96
		if ((strpos($$field, '!') === 0)) {
96
		if ((strpos($field, '!') === 0)) {
97 97
			$field = substr($field, 1);
98 98
			if (strtolower($key) == 'act') {
99 99
				if (in_arrayi($flent[$key], explode(" ", $field)))

Formats disponibles : Unified diff