Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.152
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
phpmyadmin /
templates /
server /
engines /
Delete
Unzip
Name
Size
Permission
Date
Action
engine.phtml
1.43
KB
-rw-r--r--
2017-01-23 20:20
engines.phtml
973
B
-rw-r--r--
2017-01-23 20:20
Save
Rename
<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>