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