summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-02 18:55:06 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-02 18:55:06 -0400
commit2984b7359d7ce7423f7fa4dfa3bb2a51c73ac845 (patch)
tree574424aaabf89dc758a864c237651482ad6225a2 /src/usr/local/www/system_authservers.php
parent95c3f3e928d20286c8c2c57c3160f6acd545a44f (diff)
downloadpfsense-2984b7359d7ce7423f7fa4dfa3bb2a51c73ac845.zip
pfsense-2984b7359d7ce7423f7fa4dfa3bb2a51c73ac845.tar.gz
Remove debug
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 8b1825b..67c51e3 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -358,6 +358,7 @@ include("head.inc");
if ($input_errors)
print_input_errors($input_errors);
+
if ($savemsg)
print_info_box($savemsg, 'success');
@@ -771,8 +772,14 @@ events.push(function(){
// On page load . .
ldap_tmplchange();
hideClass('ldapanon', $('#ldap_anon').prop('checked'));
+<?php
+ if(!$input_errors) {
+?>
$("#Select").prop('type','button');
-
+<?php
+ }
+?>
+
if($('#ldap_port').val() == "")
set_ldap_port();
OpenPOWER on IntegriCloud