summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/upgrade_config.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-10 17:59:02 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-10 17:59:02 +0545
commitb37b4034e1532114d8ae3be41e6c1746522fcfea (patch)
treedf196647eb0558df88c8319ecf76fde2ffdd202e /src/etc/inc/upgrade_config.inc
parent932711c7ec2a6cdd19a4a71b9812b1811dae348e (diff)
downloadpfsense-b37b4034e1532114d8ae3be41e6c1746522fcfea.zip
pfsense-b37b4034e1532114d8ae3be41e6c1746522fcfea.tar.gz
etc inc delete $Id comments
and bits of white space. Note: There are plenty of files still with old-format copyright sections in here.
Diffstat (limited to 'src/etc/inc/upgrade_config.inc')
-rw-r--r--src/etc/inc/upgrade_config.inc4
1 files changed, 2 insertions, 2 deletions
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']);
}
}
}
}
-
+
?>
OpenPOWER on IntegriCloud