summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-15 21:45:53 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-15 21:45:53 -0400
commita0a493fa5aed8a6beccf7536ffbd8d08ea61630c (patch)
tree13f186c262a990afa813048916eb641f741c7399 /etc
parent891e80bfc9b351e55be86af184fbc347a1f2d386 (diff)
downloadpfsense-a0a493fa5aed8a6beccf7536ffbd8d08ea61630c.zip
pfsense-a0a493fa5aed8a6beccf7536ffbd8d08ea61630c.tar.gz
needs to be a global now
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/util.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index d67d0b6..1586367 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -956,6 +956,7 @@ function get_memory() {
}
function mute_kernel_msgs() {
+ global $config;
// Do not mute serial console. The kernel gets very very cranky
// and will start dishing you cannot control tty errors.
if(trim(file_get_contents("/etc/platform")) == "nanobsd")
OpenPOWER on IntegriCloud