Skip to content

Commit ef8d0ce

Browse files
committed
Fix mistake in patch #176 as identified in #170
1 parent 15cc6f5 commit ef8d0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
define('DOCDIR',sprintf('%s/',realpath(LIBDIR.'../doc/')));
2222
define('HOOKSDIR',sprintf('%s/',realpath(LIBDIR.'../hooks/')));
2323
define('JSDIR','js/');
24-
define('SESSION_CIPHER','aes256-gcm');
24+
define('SESSION_CIPHER','aes-256-gcm');
2525

2626
/**
2727
* Supplimental functions

0 commit comments

Comments
 (0)