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.112
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 /
variables /
Delete
Unzip
Name
Size
Permission
Date
Action
link_template.phtml
410
B
-rw-r--r--
2017-01-23 20:20
session_variable_row.phtml
222
B
-rw-r--r--
2017-01-23 20:20
variable_filter.phtml
373
B
-rw-r--r--
2017-01-23 20:20
variable_row.phtml
1.08
KB
-rw-r--r--
2017-01-23 20:20
variable_table_head.phtml
268
B
-rw-r--r--
2017-01-23 20:20
Save
Rename
<tr class="var-row <?= $rowClass; ?>"> <td class="var-action"> <?php if ($editable): ?> <a href="#" data-variable="<?= htmlspecialchars($name) ?>" class="editLink"><?= \PMA\libraries\Util::getIcon('b_edit.png', __('Edit')) ?></a> <?php else: ?> <span title="<?= __('This is a read-only variable and can not be edited') ?>" class="read_only_var"> <?= \PMA\libraries\Util::getIcon('bd_edit.png', __('Edit')) ?> </span> <?php endif; ?> </td> <td class="var-name"> <?php if ($docLink != null): ?> <span title="<?= htmlspecialchars(str_replace('_', ' ', $name)); ?>"> <?= \PMA\libraries\Util::showMySQLDocu($docLink[1], false, $docLink[2] . '_' . $docLink[0], true) , htmlspecialchars(str_replace('_', ' ', $name)) , '</a>' ?> </span> <?php else: ?> <?= htmlspecialchars(str_replace('_', ' ', $name)); ?> <?php endif; ?> </td> <td class="var-value value <?= ($isSuperuser ? ' editable' : '') ?>"> <?= htmlspecialchars($value); ?></td> </tr>