Răsfoiți Sursa

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

causefx 8 ani în urmă
părinte
comite
faadf8ea4d
3 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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

Fișier diff suprimat deoarece este prea mare
+ 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;

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff