Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoudix authored May 5, 2023
1 parent c411edc commit 4223929
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@

<!DOCTYPE html>
<html>

<head>
<title>Installation</title>
<link rel="stylesheet" href="output.css">
</head>

<body>
<?php if (isset($_GET['error']) && $_GET['error'] == 'connection') : ?>
<p style="color: red;">Error: Could not establish a database connection with the provided credentials.</p>
Expand Down Expand Up @@ -121,8 +119,5 @@
</div>
</form>
</div>


</body>

</html>

0 comments on commit 4223929

Please sign in to comment.