diff options
-rw-r--r-- | etc/inc/config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index a60cfe3..df2b026 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1571,7 +1571,7 @@ function system_start_ftp_helpers() { mwexec("/usr/bin/killall ftpsesame"); /* build an array of interfaces to work with */ - $iflist = array("lan" => "LAN"); + $iflist = array("lan" => "lan"); for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) $iflist['opt' . $i] = "opt{$i}"; |