From a0a493fa5aed8a6beccf7536ffbd8d08ea61630c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 15 Jul 2009 21:45:53 -0400 Subject: needs to be a global now --- etc/inc/util.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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") -- cgit v1.1