From eafb21b3e817d1a2a222f23f9ae66f3a2de2946b Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 24 Sep 2012 21:56:03 +0545 Subject: Separate backend keywords from GUI language display in captive portal When the GUI language was set to Portuguese, keywords like "default" and "unformatted" would be translated into Portuguese and written to config.xml - causing problems downstream in starting Captive Portal. Now the displayed values are in the GUI language but the underlying keywords stay in "computer-speak" in config.xml - forum http://forum.pfsense.org/index.php/topic,51988.msg281131.html#msg281131 --- usr/local/www/services_captiveportal.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr/local/www/services_captiveportal.php') diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php index f608191..c421e80 100755 --- a/usr/local/www/services_captiveportal.php +++ b/usr/local/www/services_captiveportal.php @@ -816,7 +816,7 @@ function enable_change(enable_change) { - + $macformat\n"; + echo "\n"; else - echo "\n"; + echo "\n"; } ?>
-- cgit v1.1