Fix mistake in patch #176 as identified in #170

This commit is contained in:
Deon George 2023-02-15 17:33:47 +11:00
parent 15cc6f5382
commit ef8d0ce94c
1 changed files with 1 additions and 1 deletions

View File

@ -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