HEX
Server: Apache/2
System: Linux server1c 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64
User: jandjware (1008)
PHP: 8.2.23
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/jandjware/public_html/wp-content/plugins/hostinger/includes/Views/ComingSoon.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
    <head>
        <meta charset="<?php bloginfo( 'charset' ); ?>">
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        <title><?php echo esc_html__( 'Coming Soon', 'hostinger' ); ?></title>
        <style>
            html *:not(body):not(.hsr-coming-soon-body > *) {
                display: none;
            }

            .hsr-coming-soon-body {
                display: flex !important;
            }
        </style>
    </head>
    <body class="hostinger">
        <div class="hsr-coming-soon-body">
            <img alt="logo" class="hsr-logo"
                src="<?php echo esc_url( HOSTINGER_PLUGIN_URL . 'assets/images/logo-black.svg' ); ?>">
            <img alt="illustration" class="hsr-coming-soon-illustration"
                src="<?php echo esc_url( HOSTINGER_PLUGIN_URL . 'assets/images/illustration.png' ); ?>">
            <h3>
                <?php echo esc_html__( 'Coming Soon', 'hostinger' ); ?>
            </h3>
            <p>
                <?php echo esc_html__( 'New WordPress website is being built and will be published soon', 'hostinger' ); ?>
            </p>
        </div>

        <?php wp_footer(); ?>
    </body>
</html>