From 8d568a9b3f0a1b4a201500ba9876feb009dc2470 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 9 Mar 2005 22:24:55 +0000 Subject: global $g is needed here. --- etc/inc/config.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/config.inc b/etc/inc/config.inc index fce2645..b8e83fd 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -834,6 +834,7 @@ EOD; function system_start_ftp_helpers() { global $config; + global $g; if($config['system']['disableftpproxy'] <> "") return; if ($g['booting']) echo "Starting INETD and FTP Helpers for FTP-PROXY..."; -- cgit v1.1