404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.59.219.20: ~ $
<select id="field_<?= $columnNumber; ?>_<?= ($ci - $ci_offset); ?>"
        size="1"
        name="field_<?= $type;?>[<?= $columnNumber;?>]">
    <option value="" title="<?= __('None'); ?>"></option>
    <?php if (isset($available_mime[$type]) && is_array($available_mime[$type])): ?>
        <?php foreach ($available_mime[$type] as $mimekey => $transform): ?>
            <?php
                $checked = isset($columnMeta['Field'])
                         && isset($mime_map[$columnMeta['Field']][$type])
                         && preg_match('@' . preg_quote($available_mime[$type . '_file'][$mimekey], '@') . '3?@i',
                                        $mime_map[$columnMeta['Field']][$type]) ? 'selected ' : '';
                $tooltip = PMA_getTransformationDescription(
                    $available_mime[$type . '_file'][$mimekey]
                );
                $parts = explode(":", $transform);
                $name = PMA_getTransformationName(
                    $available_mime[$type . '_file'][$mimekey]
                ) . ' (' . strtolower($parts[0]) . ":" . $parts[1] . ')';
            ?>
            <option value="<?= $available_mime[$type . '_file'][$mimekey]; ?>"
                    <?= $checked; ?>
                    title="<?= htmlspecialchars($tooltip); ?>">
                <?= htmlspecialchars($name); ?>
            </option>
        <?php endforeach; ?>
    <?php endif; ?>
</select>

Filemanager

Name Type Size Permission Actions
column_adjust_privileges.phtml File 716 B 0644
column_attribute.phtml File 1.01 KB 0644
column_attributes.phtml File 8.34 KB 0644
column_auto_increment.phtml File 350 B 0644
column_comment.phtml File 485 B 0644
column_default.phtml File 1.82 KB 0644
column_definitions_form.phtml File 6.59 KB 0644
column_extra.phtml File 316 B 0644
column_indexes.phtml File 1.32 KB 0644
column_length.phtml File 458 B 0644
column_name.phtml File 1.46 KB 0644
column_null.phtml File 356 B 0644
column_type.phtml File 390 B 0644
column_virtuality.phtml File 1.43 KB 0644
mime_type.phtml File 897 B 0644
move_column.phtml File 774 B 0644
partitions.phtml File 8.25 KB 0644
table_fields_definitions.phtml File 4.91 KB 0644
transformation.phtml File 1.4 KB 0644
transformation_option.phtml File 471 B 0644