File manager - Edit - /usr/share/phpmyadmin/templates/privileges/add_privileges_table.phtml
Back
<input type="hidden" name="dbname" value="<?= htmlspecialchars($database); ?>"/> <label for="text_tablename"><?= __('Add privileges on the following table:'); ?></label> <?php if (! empty($tables)) : ?> <select name="pred_tablename" class="autosubmit"> <option value="" selected="selected"><?= __('Use text field'); ?>:</option> <?php foreach ($tables as $table) : ?> <option value="<?= htmlspecialchars($table); ?>"><?= htmlspecialchars($table); ?></option> <?php endforeach; ?> </select> <?php endif; ?> <input type="text" id="text_tablename" name="tablename" />
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings