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/_maintenance.php
<!DOCTYPE html>
<html lang="pt-br">
<head>
    <?= scripts("google_tags"); ?>

    <meta charset="UTF-8">
    <meta name="mit" content="2019-08-14T09:04:15-03:00+336">
    <meta name="viewport" content="width=device-width,initial-scale=1">

    <?= $head; ?>
    <link rel="icon" type="image/png" href="<?= theme("/assets/images/favicon.png"); ?>"/>
    <link href="https://fonts.googleapis.com/css?family=Exo+2:400,500,700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="<?= theme("/assets/css/bootstrap.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= theme("/assets/css/style.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= theme("/assets/css/bootstrap.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= theme("/assets/css/dark.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= theme("/assets/shop/css/fonts.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= theme("/assets/shop/shop.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= theme("/assets/css/swiper.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= theme("/assets/css/font-icons.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= theme("/assets/css/animate.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= theme("/assets/css/magnific-popup.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= theme("/assets/css/responsive.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= url("/shared/styles/custom.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= url("/shared/styles/font-awesome-pro/css/all.css"); ?>" type="text/css" />
    <!-- THEME CSS-->
    <link rel="stylesheet" href="<?= theme("/assets/css/colors.php?color=D39F00"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= theme("/assets/css/fonts/zapf.css"); ?>" type="text/css" />
    <link rel="stylesheet" href="<?= theme("/assets/css/front-custom.css"); ?>" type="text/css" />


    <?= $v->section("css");

//    session_destroy()

    ?>
    <!-- Para usar utilize:
 $v->start("css");
    Aqui vai o código CSS.
    Para terminar use:
 $v->end(); -->
</head>
<div class="ajax_response"> <?= flash(); ?></div>

<body class="stretched side-push-panel" data-theme="<?= theme()?>">

<div class="ajax_load" style="z-index: 9999 !important;">
    <div class="ajax_load_box">
        <div class="ajax_load_box_circle"></div>
        <p class="ajax_load_box_title">Aguarde, carregando...</p>
    </div>
</div>


<?= $v->section("content"); ?>



</div><!-- #wrapper end -->

<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>
<script src="<?= theme("/assets/js/jquery.js"); ?>"></script>
<script src="<?= url("/shared/scripts/jquery.form.js"); ?>"></script>
<script src="<?= url("/shared/scripts/jquery-ui.js"); ?>"></script>
<script src="<?= url("/shared/scripts/jquery.mask.js"); ?>"></script>
<script src="<?= theme("/assets/js/plugins.js"); ?>"></script>
<script src="<?= theme("/assets/js/functions.js"); ?>"></script>
<script src="<?= theme("/assets/js/scripts.js"); ?>"></script>
<!-- Para usar utilize:
     $v->start("scripts");
        Aqui vai o código CSS.
        Para terminar use:
     $v->end(); -->
<?= $v->section("scripts"); $v->insert("views/side-panel");?>
<script>

    jQuery(document).ready( function($){
        var newDate = new Date(2019, 9, 31);
        $('#countdown-ex1').countdown({until: newDate});
    });

</script>
</body>
</html>