Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2007-02-15 00:09:18 +0300
committerMarc Delisle <marc@infomarc.info>2007-02-15 00:09:18 +0300
commit911316238b5dbbfa9fe0d5ca7f0656d2ba2e34e8 (patch)
tree286dcfe024170322975b3144fc2f521d217864d7 /main.php
parent2e61ea7d9d6d1efab2c70b73cfd26d756c99afbc (diff)
bug 1658160, warning about mcrypt
Diffstat (limited to 'main.php')
-rw-r--r--main.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.php b/main.php
index bd2f6c8803..bb4fb14ad6 100644
--- a/main.php
+++ b/main.php
@@ -394,6 +394,10 @@ if (defined('PMA_MYSQL_INT_VERSION') && PMA_MYSQL_INT_VERSION < 32332) {
echo '<div class="warning">' . sprintf($strUpgrade, 'MySQL', '3.23.32') . '</div>' . "\n";
}
+if (defined('PMA_WARN_FOR_MCRYPT')) {
+ echo '<div class="warning">' . PMA_sanitize(sprintf($strCantLoad, 'mcrypt')) . '</div>' . "\n";
+}
+
/**
* prints list item for main page
*