HEX
Server: nginx/1.26.0
System: Linux iZj6ceg0gjdkbpnmyl2cnnZ 5.15.60-1.el7.x86_64 #1 SMP Thu Aug 11 12:39:22 UTC 2022 x86_64
User: www (1000)
PHP: 7.0.33
Disabled: phpinfo,eval,passthru,exec,system,chroot,chgrp,chown,shell_exec,proc_open,proc_get_status,ini_alter,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,stream_socket_server,pfsockopen,fsocket,fsockopen
Upload Files
File: /data/wwwroot/sites/multitrustcapital.com/www/pma/templates/display/export/template_loading.twig
<div class="exportoptions" id="export_templates">
    <h3>{% trans 'Export templates:' %}</h3>

    <div class="floatleft">
        <form method="post" action="tbl_export.php" id="newTemplateForm" class="ajax">
            <h4>{% trans 'New template:' %}</h4>
            <input type="text" name="templateName" id="templateName"
                maxlength="64" placeholder="{% trans 'Template name' %}" required>
            <input type="submit" name="createTemplate" id="createTemplate"
                value="{% trans 'Create' %}">
        </form>
    </div>

    <div class="floatleft" style="margin-left: 50px;">
        <form method="post" action="tbl_export.php" id="existingTemplatesForm" class="ajax">
            <h4>{% trans 'Existing templates:' %}</h4>
            <label for="template">{% trans 'Template:' %}</label>
            <select name="template" id="template" required>
                {{ options|raw }}
            </select>
            <input type="submit" name="updateTemplate" id="updateTemplate" value="{% trans 'Update' %}">
            <input type="submit" name="deleteTemplate" id="deleteTemplate" value="{% trans 'Delete' %}">
        </form>
    </div>

    <div class="clearfloat"></div>
</div>