summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-10-31 16:15:41 -0400
committerjim-p <jimp@pfsense.org>2012-10-31 16:15:41 -0400
commite9456e451621429956c61e58b53648436ecbce58 (patch)
treefd8f70861164a8545aa236aa828138a2f724924e /usr/local
parent8ec9cba4b9c6783afe35b5924c6cfa23b56b204a (diff)
downloadpfsense-e9456e451621429956c61e58b53648436ecbce58.zip
pfsense-e9456e451621429956c61e58b53648436ecbce58.tar.gz
And more encoding...
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_usermanager_settings_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager_settings_test.php b/usr/local/www/system_usermanager_settings_test.php
index a91a661..c4744b2 100755
--- a/usr/local/www/system_usermanager_settings_test.php
+++ b/usr/local/www/system_usermanager_settings_test.php
@@ -73,7 +73,7 @@ $authcfg = auth_get_authserver($authserver);
<?php
if (!$authcfg) {
- printf(gettext("Could not find settings for %s%s"), $authserver, "<p/>");
+ printf(gettext("Could not find settings for %s%s"), htmlspecialchars($authserver), "<p/>");
} else {
echo sprintf(gettext("Testing %s LDAP settings... One moment please..."), $g['product_name']) . "<p/>";
OpenPOWER on IntegriCloud