summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-08 09:36:34 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-08 09:36:34 +0545
commit2056e551dc0fc481ec22086ac9ba603ce6fffd18 (patch)
tree05b8ab103737d3f6aec160364842a927495124e3 /src
parent641ff348e58d55e8e12ae790429e4a22ac1e5e8b (diff)
downloadpfsense-2056e551dc0fc481ec22086ac9ba603ce6fffd18.zip
pfsense-2056e551dc0fc481ec22086ac9ba603ce6fffd18.tar.gz
Fix webgui-redirect in system_advanced_admin
This one also seems to be wrong. Why do people use a different name for the $POST var?
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_advanced_admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_admin.php b/src/usr/local/www/system_advanced_admin.php
index 64f5b51..56367a1 100644
--- a/src/usr/local/www/system_advanced_admin.php
+++ b/src/usr/local/www/system_advanced_admin.php
@@ -393,7 +393,7 @@ $section->addInput(new Form_Input(
'users/browsers to access the GUI concurrently.');
$section->addInput(new Form_Checkbox(
- 'disablehttpredirect',
+ 'webgui-redirect',
'WebGUI redirect',
'Disable webConfigurator redirect rule',
$pconfig['disablehttpredirect']
@@ -597,4 +597,4 @@ if ($restart_webgui) {
log_error(gettext("webConfigurator configuration has changed. Restarting webConfigurator."));
send_event("service restart webgui");
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud