diff options
author | git-marijus <mario@mariovavti.com> | 2017-04-03 10:38:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-03 10:38:09 +0200 |
commit | ccc8a05eb0843111d72ac93dfc9d2616e448ccea (patch) | |
tree | d43cdf14bf2fbb319d8d94a496301a4478ea9731 /boot.php | |
parent | 95f4f14dca1ea982f67cccb31d860f7b8ed9055c (diff) | |
parent | a76ad1478fb8cbc7914e94a24c7942de429c8445 (diff) | |
download | volse-hubzilla-ccc8a05eb0843111d72ac93dfc9d2616e448ccea.tar.gz volse-hubzilla-ccc8a05eb0843111d72ac93dfc9d2616e448ccea.tar.bz2 volse-hubzilla-ccc8a05eb0843111d72ac93dfc9d2616e448ccea.zip |
Merge pull request #711 from zotlabs/crypto-upgrade
crypto updates
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -619,9 +619,6 @@ 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; |