aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-11-20 21:18:38 -0800
committerzotlabs <mike@macgirvin.com>2016-11-20 21:18:38 -0800
commitf926915e5622cc0e1d67feb609f9b70ea9eead1f (patch)
treef4443885dc02330c22bb0a15782d85254cf17c64 /boot.php
parentdda2ea8fed7e69d5382aa506d5b8324776e095aa (diff)
downloadvolse-hubzilla-f926915e5622cc0e1d67feb609f9b70ea9eead1f.tar.gz
volse-hubzilla-f926915e5622cc0e1d67feb609f9b70ea9eead1f.tar.bz2
volse-hubzilla-f926915e5622cc0e1d67feb609f9b70ea9eead1f.zip
zot: specify crypto method
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index aa1da5fdc..1a07cb8d9 100755
--- a/boot.php
+++ b/boot.php
@@ -640,6 +640,10 @@ function sys_boot() {
define( 'DEFAULT_NOTIFY_ICON', '/images/hz-white-32.png' );
}
+ if(! defined('CRYPTO_ALGORITHM')) {
+ define( 'CRYPTO_ALGORITHM', 'aes256cbc' );
+ }
+
/*
* Try to open the database;
*/