summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-15 21:46:35 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-15 21:46:35 -0400
commit052483d7a59fa3920c4d020828415eedcdded966 (patch)
treeaaada4d82ba0fce859a899629da5831de096162e /etc
parenta0a493fa5aed8a6beccf7536ffbd8d08ea61630c (diff)
downloadpfsense-052483d7a59fa3920c4d020828415eedcdded966.zip
pfsense-052483d7a59fa3920c4d020828415eedcdded966.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 1586367..9914bdc 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -967,6 +967,7 @@ function mute_kernel_msgs() {
}
function unmute_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