From bb508d6999f5c60c742bfa924c15bc6518919678 Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Mon, 6 Jan 2020 13:26:33 +0100 Subject: [PATCH] fixed broken test (I HATE SEMICOLONS) --- content/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/login.php b/content/login.php index 9eb38d5..d6c5a4a 100644 --- a/content/login.php +++ b/content/login.php @@ -1,6 +1,6 @@ prepare('SELECT authentication_salt, authentication_algorithm FROM users WHERE name=:name');