diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2016-03-17 10:00:28 -0400 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-03-17 10:00:28 -0400 |
commit | 95a2f02844c051a77103ae1ebb83b656d0bb6492 (patch) | |
tree | dfb4b9738d9e6d2d27e0369ad8c655d10b85f68f /src/usr/local/www/system_authservers.php | |
parent | 14ac4ed239cef86d17c8e9af500b7cd23d588479 (diff) | |
download | pfsense-95a2f02844c051a77103ae1ebb83b656d0bb6492.zip pfsense-95a2f02844c051a77103ae1ebb83b656d0bb6492.tar.gz |
Remove unneeded control
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r-- | src/usr/local/www/system_authservers.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php index a3871d5..e76bb2d 100644 --- a/src/usr/local/www/system_authservers.php +++ b/src/usr/local/www/system_authservers.php @@ -824,11 +824,6 @@ $form->add($section); // Create a largely empty modal to show the available containers. We will populate it via AJAX later $modal = new Modal("LDAP containers", "containers", true); -$modal->addInput(new Form_StaticText( - '', - 'Testing pfSense LDAP settings... One moment please...' . $g['product_name'] -)); - $form->add($modal); print $form; |