summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-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