this comment is no longer true

This commit is contained in:
Marc Delisle
2007-07-03 00:28:32 +00:00
parent f73d68265b
commit 5b6c3d7867

View File

@@ -19,7 +19,6 @@ if (!isset($coming_from_common)) {
if (function_exists('mcrypt_encrypt') || PMA_dl('mcrypt')) { if (function_exists('mcrypt_encrypt') || PMA_dl('mcrypt')) {
/** /**
* Uses faster mcrypt library if available * Uses faster mcrypt library if available
* (Note: mcrypt.lib.php needs $cookie_path and $is_https)
*/ */
require_once './libraries/mcrypt.lib.php'; require_once './libraries/mcrypt.lib.php';
} else { } else {