diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-07-15 21:45:53 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-07-15 21:45:53 -0400 |
commit | a0a493fa5aed8a6beccf7536ffbd8d08ea61630c (patch) | |
tree | 13f186c262a990afa813048916eb641f741c7399 | |
parent | 891e80bfc9b351e55be86af184fbc347a1f2d386 (diff) | |
download | pfsense-a0a493fa5aed8a6beccf7536ffbd8d08ea61630c.zip pfsense-a0a493fa5aed8a6beccf7536ffbd8d08ea61630c.tar.gz |
needs to be a global now
-rw-r--r-- | etc/inc/util.inc | 1 |
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") |