summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-31 03:36:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-31 03:36:55 +0000
commite5aad46112b0cdb7642bc2e9c942e413fa05230a (patch)
treee3b352206bae1eaf1cf1b6238291a5ff8ddb185d /etc
parentc9a3eb792370bbe960b4ae651578680a2a372d6b (diff)
downloadpfsense-e5aad46112b0cdb7642bc2e9c942e413fa05230a.zip
pfsense-e5aad46112b0cdb7642bc2e9c942e413fa05230a.tar.gz
Remove html
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 0c8a6ff..ec13d23 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -154,10 +154,10 @@ function filter_configure_sync() {
$rules_file = `/bin/cat /tmp/rules.debug`;
$line_split = split("\n", $rules_file);
if(is_array($line_split))
- $line_error = "The line in question reads [{$line_number}]:<br>" . $line_split[$line_number];
+ $line_error = "The line in question reads [{$line_number}]: " . $line_split[$line_number];
file_notice("filter_load", "There was error(s) loading the rules: " . $rules_error . " " . $line_error, "Filter Reload", "");
- log_error("There was error(s) loading the rules:<p><pre>" . $rules_error . "\n" . $line_error);
- return "There was error(s) loading the rules:<p><pre>" . $rules_error . "\n" . $line_error . "</pre>";
+ log_error("There was error(s) loading the rules: " . $rules_error . " - " . $line_error);
+ return;
}
if(file_exists("/usr/local/pkg/pf/carp_sync_client.php"))
OpenPOWER on IntegriCloud