' . "\n" . ($cfg['MainPageIconic'] ? '' : '' ) . ' ' . $strBinaryLog . "\n" . '' . "\n"; if (!isset($log)) { $log = ''; } /** * Display log selector. */ if (count($binary_logs) > 1) { echo '
'; } $sql_query = 'SHOW BINLOG EVENTS'; if (!empty($log)) { $sql_query .= ' IN \'' . $log . '\''; } /** * Sends the query */ $result = PMA_DBI_query($sql_query); PMA_showMessage($GLOBALS['strSuccess']); /** * Displays the page */ ?>