summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-08 08:52:11 -0200
committerRenato Botelho <renato@netgate.com>2016-01-08 08:52:11 -0200
commitd13a5e7d616cfd2362d9d4ed95ed28f1bd3e8b1e (patch)
treed4e6c3268cbbde17b473080e78c15bea6e4af5ed /src
parentdbdd02df14dde24ba4659ff7935aa9455dea568d (diff)
parent2056e551dc0fc481ec22086ac9ba603ce6fffd18 (diff)
downloadpfsense-d13a5e7d616cfd2362d9d4ed95ed28f1bd3e8b1e.zip
pfsense-d13a5e7d616cfd2362d9d4ed95ed28f1bd3e8b1e.tar.gz
Merge pull request #2381 from phil-davis/patch-2
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