From ef8d0ce94cbb5f17f5a0b25b9bc571e8eb8c5419 Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 15 Feb 2023 17:33:47 +1100 Subject: [PATCH] Fix mistake in patch #176 as identified in #170 --- lib/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.php b/lib/functions.php index 40b904d..870f214 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -21,7 +21,7 @@ define('TMPLDIR',sprintf('%s/',realpath(LIBDIR.'../templates/'))); define('DOCDIR',sprintf('%s/',realpath(LIBDIR.'../doc/'))); define('HOOKSDIR',sprintf('%s/',realpath(LIBDIR.'../hooks/'))); define('JSDIR','js/'); -define('SESSION_CIPHER','aes256-gcm'); +define('SESSION_CIPHER','aes-256-gcm'); /** * Supplimental functions