fixed broken test (I HATE SEMICOLONS)

master
LinuxMint4Ever 2020-01-06 13:26:33 +01:00
parent 7b290f5c10
commit bb508d6999
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
session_start()
//session_start();
$pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!');
$statement_auth_by_name = $pdo->prepare('SELECT authentication_salt, authentication_algorithm FROM users WHERE name=:name');