diff --git a/admin.php b/admin.php index 1dca0fe..b89a421 100644 --- a/admin.php +++ b/admin.php @@ -12,10 +12,10 @@ } $random_salt = generate_salt($permitted_chars); - $password_hash_method = "sha256" + $password_hash_method = "sha256"; $pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!'); - $query = "SELECT id, name, authentication_algorithm FROM users;" + $query = "SELECT id, name, authentication_algorithm FROM users;"; if (isset($_GET['action'])) { if ($_GET['action']=='add') {