From b37b4034e1532114d8ae3be41e6c1746522fcfea Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 10 Nov 2015 17:59:02 +0545 Subject: etc inc delete $Id comments and bits of white space. Note: There are plenty of files still with old-format copyright sections in here. --- src/etc/inc/upgrade_config.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/etc/inc/upgrade_config.inc') diff --git a/src/etc/inc/upgrade_config.inc b/src/etc/inc/upgrade_config.inc index d5c5570..428375f 100644 --- a/src/etc/inc/upgrade_config.inc +++ b/src/etc/inc/upgrade_config.inc @@ -3995,13 +3995,13 @@ function upgrade_123_to_124() { require_once("notices.inc"); } file_notice("WirelessSettings", "WEP is no longer supported. It will be disabled on the {$ifname} interface and the interface will be disabled. Please reconfigure the interface."); - unset($config['interfaces'][$ifname]['wireless']['wep']); + unset($config['interfaces'][$ifname]['wireless']['wep']); if (isset($intf['enable'])) { unset($config['interfaces'][$ifname]['enable']); } } } } - + ?> -- cgit v1.1