diff options
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -604,10 +604,6 @@ function sys_boot() { define( 'DEFAULT_NOTIFY_ICON', '/images/rm-32.png' ); } - if(! defined('CRYPTO_ALGORITHM')) { - define( 'CRYPTO_ALGORITHM', 'aes256cbc' ); - } - /* * Try to open the database; */ @@ -2300,10 +2296,7 @@ function cert_bad_email() { ) ] ); -<<<<<<< HEAD -======= ->>>>>>> 95f4f14dca1ea982f67cccb31d860f7b8ed9055c } |