„content/login.php“ ändern

master
Erik 2020-01-13 08:53:11 +01:00
parent 194b5fd3bc
commit 072a3e7052
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
/*
session_start(); session_start();
$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!');
@ -13,5 +13,5 @@
} }
//$result_name_by_auth = $Statement_name_by_auth->execute(array('authentication_string' => $authentication_string)); */ //$result_name_by_auth = $Statement_name_by_auth->execute(array('authentication_string' => $authentication_string));
?> ?>