this comment is no longer true
This commit is contained in:
parent
24d57cf2a4
commit
4db7d86327
@ -17,7 +17,6 @@ if (!isset($coming_from_common)) {
|
||||
$current_time = time();
|
||||
|
||||
// Uses faster mcrypt library if available
|
||||
// (Note: mcrypt.lib.php needs $cookie_path and $is_https)
|
||||
if (function_exists('mcrypt_encrypt') || PMA_dl('mcrypt')) {
|
||||
require_once './libraries/mcrypt.lib.php';
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user