„threadr/boards/index.php“ ändern
parent
627b069a67
commit
1f04842feb
|
@ -5,8 +5,6 @@
|
||||||
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
|
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
|
||||||
<div class="item-1">
|
|
||||||
<?php
|
<?php
|
||||||
try {
|
try {
|
||||||
$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!');
|
||||||
|
@ -29,7 +27,5 @@
|
||||||
|
|
||||||
$pdo = null;
|
$pdo = null;
|
||||||
?>
|
?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue