summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-03 15:27:50 -0500
committersullrich <sullrich@pfsense.org>2009-12-03 15:27:50 -0500
commitb7dbef8efe5bcd093939cd0734f210073d6a98a4 (patch)
tree48ce6df6ea0277898c34b7912f2f6fa8b187cb4c /etc
parentd21d556c1257a50f4f939f7fb4f1a9fec1c21840 (diff)
downloadpfsense-b7dbef8efe5bcd093939cd0734f210073d6a98a4.zip
pfsense-b7dbef8efe5bcd093939cd0734f210073d6a98a4.tar.gz
Do not output plugin name during boot:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/util.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index 603ad8a..8dda952 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -844,11 +844,8 @@ function run_plugins($directory) {
foreach ($files as $file) {
if (stristr($file, ".sh") == true)
mwexec($directory . $file . " start");
- else if (!is_dir($directory . "/" . $file) && stristr($file,".inc")) {
- if ($g['booting'] == true)
- echo "{$file}...";
+ else if (!is_dir($directory . "/" . $file) && stristr($file,".inc"))
require_once($directory . "/" . $file);
- }
}
}
}
@@ -1119,4 +1116,4 @@ function is_URL($url) {
return false;
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud