░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/share/phpmyadmin.old/templates/server/engines
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: engines.phtml
<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>
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 engine.phtml
PHTML
1.4 KB
2017-01-23 19:20
EDIT
📄 engines.phtml
PHTML
973 B
2017-01-23 19:20
EDIT