„threadr/boards/index.php“ ändern

master
Jakob 2020-02-19 22:43:26 +01:00
parent 849c775557
commit d37db4cb4e
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<div class="item-1"> <div class="item-1">
<h1><center>ThreadR Boards</center></h1> <h1><center>ThreadR Boards</center></h1>
</div> </div>
</div> <div class="item-2">
<ul class="topnav"> <ul class="topnav">
<?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!');
@ -42,5 +42,7 @@
} }
?> ?>
</ul> </ul>
</div>
</div>
</body> </body>
</html> </html>