Linux garfield.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
home
/
lapa4910
/
public_html
/
wp-content
/
mu-plugins
/
/home/lapa4910/public_html/wp-content/mu-plugins/_secupress_cookiehash_6332bb3654e29.php
<?php /** * Plugin Name: SecuPress COOKIEHASH * Description: Change the default COOKIEHASH constant value to prevent easy guessing. * Version: 2.0 * License: GPLv2 * License URI: http://www.gnu.org/licenses/gpl-2.0.html * * Copyright 2012-2021 SecuPress */ defined( 'ABSPATH' ) or die( 'Something went wrong.' ); define( 'SECUPRESS_COOKIEHASH_MODULE_ACTIVE', true ); if ( ! get_site_option( 'secupress_active_submodule_wp-config-constant-cookiehash' ) || defined( 'COOKIEHASH' ) ) { return; } define( 'COOKIEHASH', md5( __FILE__ . 'UV&2JCz5CnkkbE!Oj)tHO6aq^t&@HYYhMNf8PucHKZO6Nr*!KCfYkJ($Qu^cvEiP' ) );