SonarQube code smells resolve #17
continuous-integration/drone/push Build is passing Details

LoginModification
Alexis 3 years ago
parent cfcf77c40c
commit 09606c28a1

@ -8,7 +8,7 @@ function connect()
$login = "root"; $login = "root";
try { try {
$connection = new Connection($dsn, $login,"root"); $connection = new Connection($dsn, $login, "root");
} catch (PDOException $e) { } catch (PDOException $e) {
http_response_code(404); http_response_code(404);
return http_response_code(); return http_response_code();

Loading…
Cancel
Save