From c240cb0033597333472bafc0e29b57ac76216928 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 13 Feb 2022 20:36:38 +0000 Subject: [PATCH] reformat --- model/PFACrypt.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/PFACrypt.php b/model/PFACrypt.php index 6aa167fc..6f316351 100644 --- a/model/PFACrypt.php +++ b/model/PFACrypt.php @@ -63,10 +63,10 @@ class PFACrypt if (!empty($pw_db) && preg_match('/^\$[0-9]\$/i', $pw_db, $matches)) { $method_in_hash = $matches[0]; - switch ($method_in_hash){ + switch ($method_in_hash) { case '$1$': case '$6$': - $algorithm='SYSTEM'; + $algorithm='SYSTEM'; } }