404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.59.147.113: ~ $
<tbody id="tbl_summary_row">
<tr>
<th class="print_ignore"></th>
<th class="tbl_num nowrap">
    <?php
    printf(_ngettext('%s table', '%s tables', $num_tables),
        PMA\libraries\Util::formatNumber($num_tables, 0)); ?>
</th>
<?php if ($server_slave_status): ?>
    <th> <?= __('Replication'); ?> </th>
<?php endif; ?>
<?php
$sum_colspan = ($db_is_system_schema ? 4 : 7);
if ($GLOBALS['cfg']['NumFavoriteTables'] == 0) {
    $sum_colspan--;
} ?>
<th colspan="<?= $sum_colspan; ?>" class="print_ignore" ><?= __('Sum'); ?></th>
<?php
$row_count_sum = PMA\libraries\Util::formatNumber($sum_entries, 0);
// If a table shows approximate rows count, display update-all-real-count anchor.
$row_sum_url = array();
if (isset($approx_rows)) {
    $row_sum_url = array(
        'ajax_request'       => true,
        'db'                 => $GLOBALS['db'],
        'real_row_count'     => 'true',
        'real_row_count_all' => 'true'
    );
}
$cell_text = ($approx_rows)
        ? '<a href="db_structure.php' . PMA_URL_getCommon($row_sum_url)
        . '" class="ajax row_count_sum">' . '~' . $row_count_sum . '</a>'
        : $row_count_sum;
?>
<th class="value tbl_rows"><?= $cell_text; ?></th>
<?php if (!($GLOBALS['cfg']['PropertiesNumColumns'] > 1)): ?>
    <?php
        // MySQL <= 5.5.2
        $default_engine = $GLOBALS['dbi']->fetchValue(
            "SELECT @@storage_engine;"
        );
        if (empty($default_engine)) {
            // MySQL >= 5.5.3
            $default_engine = $GLOBALS['dbi']->fetchValue(
                "SELECT @@default_storage_engine;"
            );
        }
    ?>
    <th class="center">
        <dfn title="<?php printf(__('%s is the default storage engine on this MySQL server.'),
                $default_engine); ?>"><?= $default_engine; ?></dfn>
    </th>
    <th>
        <?php if (! empty($db_collation)): ?>
            <dfn title="<?= PMA_getCollationDescr($db_collation) , ' (' , __('Default') , ')'; ?>">
                <?= $db_collation; ?>
            </dfn>
        <?php endif; ?>
    </th>
<?php endif; ?>
<?php if ($is_show_stats): ?>
    <?php
        list($sum_formatted, $unit) = PMA\libraries\Util::formatByteDown(
            $sum_size, 3, 1
        );
        list($overhead_formatted, $overhead_unit)
            = PMA\libraries\Util::formatByteDown($overhead_size, 3, 1);
    ?>
    <th class="value tbl_size"><?= $sum_formatted , ' ' , $unit; ?></th>
    <th class="value tbl_overhead"><?= $overhead_formatted , ' ' , $overhead_unit; ?></th>
<?php endif; ?>
<?php if ($GLOBALS['cfg']['ShowDbStructureComment']): ?>
    <th></th>
<?php endif; ?>
<?php if ($GLOBALS['cfg']['ShowDbStructureCreation']): ?>
    <th class="value tbl_creation">
        <?= ($create_time_all
                ? PMA\libraries\Util::localisedDate(strtotime($create_time_all))
                : '-'); ?>
    </th>
<?php endif; ?>
<?php if ($GLOBALS['cfg']['ShowDbStructureLastUpdate']): ?>
    <th class="value tbl_last_update"><?= ($update_time_all
                ? PMA\libraries\Util::localisedDate(strtotime($update_time_all))
                : '-'); ?></th>
<?php endif; ?>
<?php if ($GLOBALS['cfg']['ShowDbStructureLastCheck']): ?>
    <th class="value tbl_last_check"><?= ($check_time_all
                ? PMA\libraries\Util::localisedDate(strtotime($check_time_all))
                : '-');?></th>
<?php endif; ?>
</tr>
</tbody>

Filemanager

Name Type Size Permission Actions
body_for_table_summary.phtml File 3.3 KB 0644
browse_table.phtml File 74 B 0644
browse_table_label.phtml File 100 B 0644
check_all_tables.phtml File 2.8 KB 0644
empty_table.phtml File 177 B 0644
favorite_anchor.phtml File 673 B 0644
print_view_data_dictionary_link.phtml File 314 B 0644
search_table.phtml File 71 B 0644
show_create.phtml File 1.03 KB 0644
show_create_row.phtml File 745 B 0644
sortable_header.phtml File 2.46 KB 0644
structure_table_row.phtml File 6.94 KB 0644
table_header.phtml File 5.51 KB 0644
tracking_icon.phtml File 367 B 0644