Browse Source

Fixed typo in telemetry_db.php

Federico Dossena 1 year ago
parent
commit
f8f290a2e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      results/telemetry_db.php

+ 1 - 1
results/telemetry_db.php

@@ -48,7 +48,7 @@ function getPdo($returnErrorMessage = false)
 			if (!$MsSql_WindowsAuthentication and
 			    !isset(
 						$MsSql_username,
-						$MsSql_password,
+						$MsSql_password
 						)
 				) {
 				if($returnErrorMessage){