bug 1658160, warning about mcrypt

This commit is contained in:
Marc Delisle
2007-02-14 21:09:18 +00:00
parent 2e61ea7d9d
commit 911316238b
3 changed files with 7 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ if (function_exists('mcrypt_encrypt') || PMA_dl('mcrypt')) {
require_once './libraries/mcrypt.lib.php';
} else {
require_once './libraries/blowfish.php';
// for main.php:
define('PMA_WARN_FOR_MCRYPT',1);
}