summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc')
-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 1910eb3..3b6201e 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -176,11 +176,11 @@ function filter_configure() {
mwexec("/usr/local/pkg/pf/" . $file . " start");
} else {
//if(php_check_syntax($text, $error_message) == false)
- if($g['booting'] == true) {
+ if($g['booting'] == true)
echo "\t{$file}... ";
- }
eval($text);
- echo "done.\n";
+ if($g['booting'] == true) {
+ echo "done.\n";
}
}
}
OpenPOWER on IntegriCloud