summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-11-11 22:48:57 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-11-11 22:48:57 +0000
commit5aaf13c4370d9f48834cb503da4fe4391c7d406d (patch)
tree034e8d4af476b3aa5fb3aac7678b3c4fada83808 /usr
parent3537ac27bb3a2e0161d318ce107f04205de620c7 (diff)
downloadpfsense-5aaf13c4370d9f48834cb503da4fe4391c7d406d.zip
pfsense-5aaf13c4370d9f48834cb503da4fe4391c7d406d.tar.gz
Correct Typo
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index f58e148..e58e4b3 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -170,7 +170,7 @@ if ($_POST) {
unset($config['system']['dns2gwint']);
if($_POST['dns3gwint'])
- $config['system']['dns1gwint'] = $pconfig['dns3gwint'];
+ $config['system']['dns3gwint'] = $pconfig['dns3gwint'];
else
unset($config['system']['dns3gwint']);
OpenPOWER on IntegriCloud