File: //home/modernpainters.co.uk/public_html-20250117121417/wp-config.php
<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'BZXbUwEbCwW0Wc69KmGODIxeRRNk4iqzLl5DjQtHZaYOKtQHKkQARCFvvs8xav1j');
//END Really Simple Security key
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'modernpainterscouk' );
/** Database username */
define( 'DB_USER', 'modernpainterscouk' );
/** Database password */
define( 'DB_PASSWORD', '0b8exHnWEpOyJptimFig9ETPF0npdoxj' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
/**#@+
* 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', 'wp}rr&4.<oWU,)(LDuYa9([a%TYlg*?bwjsGF<gBdd]jG$8f#}@&v1(|@?&NqA*5' );
define( 'SECURE_AUTH_KEY', ']J`iV<dLkj:4rP`t_B(IAkM5s.^pc~&h*d8[PQBWs3<A(9D]IW_gWD2GL2!+[_G_' );
define( 'LOGGED_IN_KEY', ']q&R1Y`2NF 7jWm=nDR&ji/X|#9:f7LnRGy[6>ww[RSQ.mL8wz)XXx@?<DlmNb-x' );
define( 'NONCE_KEY', '0jJ9gS^BLn|IiA^j`}nbOhJ?$W3JvR8)>!T}VLg8mi5ipClFl{%3G<{;WkGaF9L=' );
define( 'AUTH_SALT', 'h5u`.ZPKOP-l9lSp]lGFou!7qvTYj[R#XVJKeh-?L<GQ}TA+.Pc=!]h#~l<G<?~M' );
define( 'SECURE_AUTH_SALT', 'Vd7G@J3}BGR(CFZ3 r%|b`25]$ii4!I1zmCmq|k z(Dwld)/fo.)PRc4r)r.&j(+' );
define( 'LOGGED_IN_SALT', '[RZ[7}&t!/v{=|clj-]w#-WT,W1o3<~z2l :H&h-pv[$(0na%8HhU Y^3zN!olm0' );
define( 'NONCE_SALT', 'wvGWK/.@u_Qn60t=Xf2+Kxf~ye| ,6hGYi1*YLvu-SKVP`Z<rA4,E?&!`!|cP&?y' );
define( 'WP_CACHE_KEY_SALT', 'cDq0pEN2q>8}z.!6u-5TPXG=7aGOWxjK.gT8b~]Y;-NG.vAJjAhR_Euj3o9o/g^_' );
/**#@-*/
/**
* 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 = 'wp_etwtf';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* 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';