Revision b0eaa10c
Added by Ermal LUÇI over 14 years ago
etc/inc/filter.inc | ||
---|---|---|
1070 | 1070 |
$socktype = "stream"; |
1071 | 1071 |
$dash_u = ""; |
1072 | 1072 |
} |
1073 |
$target = explode(" ", $target);
|
|
1073 |
$target = explode(" ", trim($target));
|
|
1074 | 1074 |
foreach ($target as $targip) { |
1075 | 1075 |
if (empty($targip)) |
1076 | 1076 |
continue; |
Also available in: Unified diff
Trim spaces out to avoid problems from explode.