Skip to content

Commit

Permalink
Fix mistake in patch #176 as identified in #170
Browse files Browse the repository at this point in the history
  • Loading branch information
leenooks committed Feb 15, 2023
1 parent 15cc6f5 commit ef8d0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
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
Expand Down

0 comments on commit ef8d0ce

Please sign in to comment.