diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-02 16:44:44 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-02 16:44:44 -0700 |
commit | a76ad1478fb8cbc7914e94a24c7942de429c8445 (patch) | |
tree | d43cdf14bf2fbb319d8d94a496301a4478ea9731 /boot.php | |
parent | 95f4f14dca1ea982f67cccb31d860f7b8ed9055c (diff) | |
download | volse-hubzilla-a76ad1478fb8cbc7914e94a24c7942de429c8445.tar.gz volse-hubzilla-a76ad1478fb8cbc7914e94a24c7942de429c8445.tar.bz2 volse-hubzilla-a76ad1478fb8cbc7914e94a24c7942de429c8445.zip |
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; |