addParam($kill); } /** * Displays the links */ require './libraries/server_links.inc.php'; /** * Displays the sub-page heading */ echo '

' . "\n" . ($cfg['MainPageIconic'] ? '' : '') . $strProcesslist . "\n" . '

' . "\n"; /** * Sends the query */ $sql_query = 'SHOW' . (empty($full) ? '' : ' FULL') . ' PROCESSLIST'; $result = PMA_DBI_query($sql_query); PMA_Message::success()->display(); /** * Displays the page */ ?>
<?php echo empty($full) ? $strShowFullQueries : $strTruncateQueries; ?>
' . $strNone . '' : $process['db']); ?>