Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
airmobeuag
/
2020
/
wp-content
/
mu-plugins
/
✏️
Editing: _secupress_cookiehash_606eb8bb74af3.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__ . 'X$6TBND@zzavQ#gj1$XmMUTrJ25OwcOuBsXshhPt1Q&ndjBjoCJ7CSs8PsjVQG7t' ) );
💾 Save
❌ Cancel