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/error.php
<?php $this->layout("_admin"); ?>

    <section class="error-wrapper"style="margin-top: 0 !important;">

        <i class="icon-404" style="margin-top: 150px"></i>
        <h1 style="font-weight: bolder"><?= $error->code ?></h1>
        <h2 class="font-large"><?= $error->title ?></h2>
        <p><?= $error->message ?></p>
        <p><a href="<?= $error->link ?>" class="btn btn-danger">Continue Navegando</a> </p>
        <br><br>
    </section>