„threadr/boards/index.php“ ändern

master
Erik 2020-03-02 08:42:30 +01:00
parent 5f02ace3cc
commit 2254a0f127
1 changed files with 2 additions and 4 deletions

View File

@ -19,8 +19,7 @@ $navbar="boards";
<h1><center>ThreadR Boards</center></h1> <h1><center>ThreadR Boards</center></h1>
</div> </div>
<div class="item-2"> <div class="item-2">
<div class="shadow"> <ul class="list">
<ul class="list">
<?php <?php
$pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!'); $pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!');
$error = false; $error = false;
@ -36,8 +35,7 @@ $navbar="boards";
$error_message = "Error: SQL error.\n" . $statement->queryString . "\n" . $statement->errorInfo()[2]; $error_message = "Error: SQL error.\n" . $statement->queryString . "\n" . $statement->errorInfo()[2];
} }
?> ?>
</ul> </ul>
</div>
</div> </div>
</div> </div>
</body> </body>