master
Jakob 2020-03-04 11:14:20 +01:00
parent 094455389c
commit 2ac821e9d0
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $navbar="boards";
</div>
<div class="item-2">
<ul class="list">
<?php
<?php /*
$pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!');
$error = false;
$error_message = "";
@ -47,6 +47,7 @@ $navbar="boards";
$error_message = "Error: SQL error.\n" . $statement->queryString . "\n" . $statement->errorInfo()[2];
}
}
*/
?>
</ul>
</div>