Skip to content

Commit

Permalink
Fixed typo in telemetry_db.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfintel committed May 31, 2024
1 parent 1bdffc7 commit f8f290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion results/telemetry_db.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function getPdo($returnErrorMessage = false)
if (!$MsSql_WindowsAuthentication and
!isset(
$MsSql_username,
$MsSql_password,
$MsSql_password
)
) {
if($returnErrorMessage){
Expand Down

0 comments on commit f8f290a

Please sign in to comment.