diff options
author | doktornotor <notordoktor@gmail.com> | 2017-02-20 12:45:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 12:45:45 +0100 |
commit | a6b610cbe5f6e1077167d778b8b2f74752627a7f (patch) | |
tree | 907f2074fcbfa742058b13a7520b90ff4a6bd0ab /src/usr/local/www | |
parent | c4a6015b49bbf0ff2be16ccda4a71b3f95694738 (diff) | |
download | pfsense-a6b610cbe5f6e1077167d778b8b2f74752627a7f.zip pfsense-a6b610cbe5f6e1077167d778b8b2f74752627a7f.tar.gz |
Typo fix
Diffstat (limited to 'src/usr/local/www')
-rw-r--r-- | src/usr/local/www/system_authservers.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php index 5f26fe3..9e29643 100644 --- a/src/usr/local/www/system_authservers.php +++ b/src/usr/local/www/system_authservers.php @@ -287,7 +287,7 @@ if ($_POST['save']) { } // https://redmine.pfsense.org/issues/4154 - if ($pconfig['type'] == "radius_host") { + if ($pconfig['type'] == "radius") { if (is_ipaddrv6($_POST['radius_host'])) { $input_errors[] = gettext("IPv6 does not work for RADIUS authentication, see Bug #4154."); } |