' . $full_string . '
'; if ($result != 0) { echo $strMySQLReloaded; } else { echo $strReloadFailed; } unset($result); echo '
' . "\n\n"; } /** * Displays the MySQL servers choice form */ if ($server == 0 || count($cfg['Servers']) > 1) { ?>MySQL | phpMyAdmin |
---|---|
0) echo "\n"; /** * Displays the phpMyAdmin related links */ ?> |
' . $strInsecureMySQL . '
' . "\n"; } /** * Warning for PHP 4.2.3 */ if (PMA_PHP_INT_VERSION == 40203 && @extension_loaded('mbstring')) { echo '' . $strPHP40203 . '
' . "\n"; } /** * Warning for old PHP version */ if (PMA_PHP_INT_VERSION < 40100) { echo '' . sprintf($strUpgrade, 'PHP', '4.1.0') . '
' . "\n"; } /** * Warning for old MySQL version */ // not yet defined before the server choice if (defined('PMA_MYSQL_INT_VERSION') && PMA_MYSQL_INT_VERSION < 32332) { echo '' . sprintf($strUpgrade, 'MySQL', '3.23.32') . '
' . "\n"; } /** * Displays the footer */ echo "\n"; require_once('./footer.inc.php'); ?>