> '; } if (!empty($GLOBALS['cfg']['Server']) && isset($GLOBALS['cfg']['Server']['host'])) { $title.=str_replace('\'', '\\\'', $GLOBALS['cfg']['Server']['host']); } if (isset($GLOBALS['db'])) { $title .= ' >> ' . str_replace('\'', '\\\'', $GLOBALS['db']); } if (isset($GLOBALS['table'])) { $title .= (empty($title) ? '' : ' ') . ' >> ' . str_replace('\'', '\\\'', $GLOBALS['table']); } $title .= ' | phpMyAdmin ' . PMA_VERSION; ?> // js form validation stuff var jsHostEmpty = ''; var jsUserEmpty = ''; var jsPasswordEmpty = ''; var jsPasswordNotSame = ''; //--> // js form validation stuff var jsHostEmpty = ''; var jsUserEmpty = ''; var jsPasswordEmpty = ''; var jsPasswordNotSame = ''; //--> // js index validation stuff var errorMsg0 = ''; var errorMsg1 = ''; var errorMsg2 = ''; //--> //--> //--> > ' . "\n"; $server_info = (!empty($cfg['Server']['verbose']) ? $cfg['Server']['verbose'] : $server_info = $cfg['Server']['host'] . (empty($cfg['Server']['port']) ? '' : ':' . $cfg['Server']['port'] ) ); if (isset($GLOBALS['db'])) { echo ' ' . $GLOBALS['strDatabase'] . ' ' . htmlspecialchars($GLOBALS['db']) . '' . "\n"; if (!empty($GLOBALS['table'])) { echo ' - ' . $GLOBALS['strTable'] . ' ' . htmlspecialchars($GLOBALS['table']) . '' . "\n"; } echo ' ' . sprintf($GLOBALS['strRunning'], '' . htmlspecialchars($server_info) . ''); } else { echo ' ' . sprintf($GLOBALS['strServer'], '' . htmlspecialchars($server_info) . ''); } echo "\n" . '' . "\n"; } /**/ /* the new one with Icons * 2004-05-05 by Michael Keck (mkkeck) */ if (PMA_DISPLAY_HEADING) { $header_url_qry = '?' . PMA_generate_common_url(); echo ''; $server_info = (!empty($cfg['Server']['verbose']) ? $cfg['Server']['verbose'] : $server_info = $cfg['Server']['host'] . (empty($cfg['Server']['port']) ? '' : ':' . $cfg['Server']['port'] ) ); if (isset($GLOBALS['db'])) { if($cfg['PropertiesIconic']){ $host_icon_img=''; } echo '' . ''; if($cfg['PropertiesIconic']){ $db_icon_img=''; } echo ''; echo '' . ''; if (!empty($GLOBALS['table'])) { if($cfg['PropertiesIconic']){ $tbl_icon_img=''; } echo ''; echo '' . ''; } } else { if($cfg['PropertiesIconic']){ $host_icon_img=''; } echo '' . ''; } echo '
Server: ' . '' . $host_icon_img . htmlspecialchars($server_info) . '' . '  >  ' . $GLOBALS['strDatabase'] . ': ' . '' . $db_icon_img . htmlspecialchars($GLOBALS['db']) . '' . '  >  ' . $GLOBALS['strTable'] . ': ' . $tbl_icon_img . htmlspecialchars($GLOBALS['table']) . '
Server: ' . $host_icon_img . htmlspecialchars($server_info) . ' 

'; } /* end of replacement * */ echo "\n"; /** * Sets a variable to remember headers have been sent */ $GLOBALS['is_header_sent'] = TRUE; } ?>