Try to load mcrypt extension.
This commit is contained in:
@@ -21,8 +21,7 @@ $current_time = time();
|
||||
|
||||
// Uses faster mcrypt library if available
|
||||
// (Note: mcrypt.lib.php needs $cookie_path and $is_https)
|
||||
// TODO: try to load mcrypt?
|
||||
if (function_exists('mcrypt_encrypt')) {
|
||||
if (function_exists('mcrypt_encrypt') || PMA_dl('mcrypt')) {
|
||||
require_once('./libraries/mcrypt.lib.php');
|
||||
} else {
|
||||
require_once('./libraries/blowfish.php');
|
||||
|
Reference in New Issue
Block a user