summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_settings_test.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-28 15:15:40 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-28 15:15:40 -0300
commitd238d43021ee359739ef87c9a5ce72df1d192c38 (patch)
tree56ed4cea025d94d11da5e67a3e46aa4124145bce /usr/local/www/system_usermanager_settings_test.php
parent798f6ea3e3010f803ec5546bf4c75f520d70e114 (diff)
downloadpfsense-d238d43021ee359739ef87c9a5ce72df1d192c38.zip
pfsense-d238d43021ee359739ef87c9a5ce72df1d192c38.tar.gz
Remove {} between variable since it's out of the string
Diffstat (limited to 'usr/local/www/system_usermanager_settings_test.php')
-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 dc461d8..4a437b7 100755
--- a/usr/local/www/system_usermanager_settings_test.php
+++ b/usr/local/www/system_usermanager_settings_test.php
@@ -87,7 +87,7 @@ if (!$authcfg) {
if(ldap_test_bind($authcfg)) {
echo "<td><font color=green>OK</td></tr>";
- echo "<tr><td>" . gettext("Attempting to fetch Organizational Units from") . " " . {$ldapserver} . "</td><td>";
+ echo "<tr><td>" . gettext("Attempting to fetch Organizational Units from") . " " . $ldapserver . "</td><td>";
$ous = ldap_get_user_ous(true, $authcfg);
if(count($ous)>1) {
echo "<td><font color=green>OK</td></tr>";
OpenPOWER on IntegriCloud