From ca494d5a3b0e6018b7ed5db56bc5e16bdbe6d9a4 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 24 Sep 2026 08:46:41 +0100 Subject: : separator between user and pass in bcrypt.php --- http/public/do/bcrypt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http/public/do/bcrypt.php') diff --git a/http/public/do/bcrypt.php b/http/public/do/bcrypt.php index 3eb1b83..a61dd9e 100644 --- a/http/public/do/bcrypt.php +++ b/http/public/do/bcrypt.php @@ -54,4 +54,4 @@ header('Content-Type: text/plain; charset=utf-8'); header('Cache-Control: no-store, no-cache, must-revalidate'); header('Pragma: no-cache'); -echo $user . $hash; +echo $user . ':' . $hash; -- cgit v1.2.3