MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/artinside/sites.artinside.com.br/festival/themes/admin/widgets/order/order.php
<?php $this->layout("_admin"); ?>

<section class="wrapper">
    <div class="row">

        <div class="col-12 text-center my-4 text-sm-center">
            <h3> Consulta de Pedidos</h3>
            <p>Consulte os pedidos no sistema</p>
        </div>
        <div class="col-lg-12">
            <section class="card">
                <header class="card-header">
                    <div class="task-progress" style="padding: 15px 0;">
                        <h1>Consulta para: [<b><?= $title ?></b>]</h1>

                    </div>
                    <form action="<?= url("/admin/relatory/csv-orders"); ?>" method="post">
                        <?php $type = explode("/", $_GET["route"]);
                        ?>
                        <button type="submit" class="float-right btn btn-dark btn-sm mt-2"><i class="fa fa-file-download"></i> Gerar Relatório</button>
                        <input type="hidden" value="teste" name="teste">
                        <input type="hidden" value="<?= $type[3] ?>" name="type">
                        <a href="" target="_blank" class="btn btn-sm btn-info btn-download" style="display: none">Baixar Relatório</a>