From 8ca6f718b23d8884693c25f44a33d5a629a15910 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 11 Jul 2021 21:21:00 +0100 Subject: [PATCH] composer format --- functions.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.inc.php b/functions.inc.php index 5f018fe8..5748e4d8 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -1309,7 +1309,6 @@ function pacrypt($pw, $pw_db = "") $hasher = new \PostfixAdmin\PasswordHashing\Crypt($mechanism); return $hasher->crypt($pw, $pw_db); - } /**