HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpicare/wp-content/updraft/plugins-old/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>