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/www/raquel/themes/admin/_login.php
<!DOCTYPE html>
<html lang="pt-br">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <?= $head; ?>
    <link href="https://fonts.googleapis.com/css?family=Exo+2:400,500,700&display=swap" rel="stylesheet">

    <link href="<?= url("admin-assets/css/bootstrap.css")?>" rel="stylesheet">
    <link href="<?= url("admin-assets/css/bootstrap-reset.css")?>" rel="stylesheet">
    <link href="<?= url("admin-assets/css/style.css")?>" rel="stylesheet">
    <link rel="stylesheet" href="<?= url("/shared/styles/font-awesome-pro/css/all.css"); ?>" type="text/css" />

    <link href="<?= url("admin-assets/css/style-responsive.css")?>" rel="stylesheet">
    <link rel="stylesheet" href="<?= url("/shared/styles/custom.css"); ?>"/>
    <link rel="stylesheet" href="<?= url("/shared/styles/styles.css"); ?>"/>
    <link rel="stylesheet" href="<?= theme("/assets/css/style.css", CONF_VIEW_ADMIN); ?>"/>



    <link rel="icon" type="image/png" href="<?= theme("/assets/images/favicon.png", CONF_VIEW_ADMIN); ?>"/>



</head>
<body class="login-body">

<div style="position:absolute; background-image: url('<?= url()?>/admin-assets/img/bg.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; height:100%; width: 100%">
    <div class="ajax_load">
        <div class="ajax_load_box">
            <div class="ajax_load_box_circle"></div>
            <p class="ajax_load_box_title">Aguarde, carregando...</p>
        </div>
    </div>
    <div class="container">
        <?= $v->section("content"); ?>
    </div>
    <script src="<?= url("/shared/scripts/jquery.min.js"); ?>"></script>
    <script src="<?= url("/shared/scripts/jquery-ui.js"); ?>"></script>
    <script src="<?= url("/admin-assets/js/bootstrap.bundle.min.js"); ?>"></script>
    <script src="<?= theme("/assets/js/login.js", CONF_VIEW_ADMIN); ?>"></script>
    <script src="<?= theme("/assets/js/scripts.js", CONF_VIEW_ADMIN); ?>"></script>

</div>
</body>
</html>