Parcourir la source

trying to fix #594 & #667
added speedtest.db to gitignore
delete jquery map

causefx il y a 8 ans
Parent
commit
faadf8ea4d
3 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      .gitignore
  2. 0 0
      bower_components/jquery/dist/jquery.min.js
  3. 1 1
      functions.php

+ 1 - 0
.gitignore

@@ -58,6 +58,7 @@ org.log
 org*.log
 test.php
 users.db
+speedtest.db
 config/cacert.pem
 config/config.php
 config/config*.bak.php

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
bower_components/jquery/dist/jquery.min.js


+ 1 - 1
functions.php

@@ -45,7 +45,7 @@ if (function_exists('ldap_connect')) :
 		}else{
 			ldap_set_option($ldap, LDAP_OPT_PROTOCOL_VERSION, 3);
 			ldap_set_option($ldap, LDAP_OPT_REFERRALS, 0);
-			$bind = ldap_bind($ldap, sprinf(AUTHBACKENDDOMAINFORMAT, $username), $password);
+			$bind = @ldap_bind($ldap, sprintf(AUTHBACKENDDOMAINFORMAT, $username), $password);
 			if ($bind) {
 				writeLog("success", "LDAP authentication success");
 				return true;

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff