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: //proc/self/cwd/sabbry/themes/web/error.php
<?php $v->layout("_theme");
$pageTitle->title = $error->code;
$pageTitle->subtitle = $error->title;
$v->insert("views/page-title", ["pageTitle" => $pageTitle, "breadcrumb" => $breadcrumb]);
?>

<section id="content">

    <div class="content-wrap ">


        <!-- Flip Card Sections
        ============================================= -->
        <div class="section footer-stick header-stick bg-white">


            <div class="container clearfix topmargin-lg">
                <div class="col_half nobottommargin">
                    <div class="error404 center"><?= $error->code; ?></div>
                </div>
                <div class="col_half nobottommargin col_last">

                    <div class="heading-block nobottomborder">
                        <h4><?= $error->title ?> </h4>
                        <span><?= $error->message; ?></span>

                        <div class="topmargin-lg"><a href="<?= url(); ?>" class="button gradient-border bg-white text-dark button-large m-0 t600 nott ls0 tright">Voltar a Home<i class="icon-angle-right"></i></a></div>
                    </div>
                </div>


            </div>
        </div>

    </div>

</section><!-- #content end -->