From f8368d98f4a17db594fb1979fdf0d4d8464c07d0 Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Mon, 2 Mar 2020 14:19:10 +0100 Subject: [PATCH] request client to not use caching (This is getting repetetive.) --- threadr/login/redirect.php | 1 + 1 file changed, 1 insertion(+) diff --git a/threadr/login/redirect.php b/threadr/login/redirect.php index 051168c..897ceae 100644 --- a/threadr/login/redirect.php +++ b/threadr/login/redirect.php @@ -1,5 +1,6 @@ prepare('SELECT id, authentication_algorithm, authentication_salt, authentication_string FROM users WHERE name = :username;');