فهرست منبع

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

causefx 8 سال پیش
والد
کامیت
faadf8ea4d
3فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 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;

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است