| Server IP : 167.235.67.158 / Your IP : 216.73.216.95 Web Server : Apache System : Linux ubuntu-8gb-nbg1-1 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/queenofbradgate.co.uk/ |
Upload File : |
<?php
/**
* 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://codex.wordpress.org/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', 'thequeenofbradgate' );
/** MySQL database username */
define( 'DB_USER', 'thequeenofbradgate' );
/** MySQL database password */
define( 'DB_PASSWORD', '130pZ$EEtzS%H87P' );
/** 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', 'DljA>FCMW6<8{J8946RFX4r(Y7%i`=;vY5&*,L4c?Uo699h(k5f9CLv|7,|J|4o/' );
define( 'SECURE_AUTH_KEY', 'Y0~L+}snrLh[Km~|.imfo.sIb|!.>o<R#Ji%3pkP<fkSP;0w#GIpRwhhKz$gD=G=' );
define( 'LOGGED_IN_KEY', ',aD41Nj9QroDC6loM[!>PxRgSh5VQ)Om6s3S`^(a?F}JJ{~P(nn8DE~q7l?(7Kb-' );
define( 'NONCE_KEY', 'M~k$_0|Q*Me[uMUu1|yMT`+^$s0(i`2YrmsYlP:bx0 ({n*+p,.2un_co,<J0Snp' );
define( 'AUTH_SALT', 'U7nn~et,W11;B*A+aVcN-F3?j:bg+8-)kZpOy,@^+v#ULIF+1|sCe{_K!B@xjik8' );
define( 'SECURE_AUTH_SALT', 'S}>B#Jy3PzjfMW1ekH@_oa/@Z1n7tl9q-2Dj7A/iN`!%(B)0^i:<R;gYJPRFCf*5' );
define( 'LOGGED_IN_SALT', 'E=,,B~qiu}7e}]<gxp#rn5/fN;,fq[>{xvzQrk5zEcg_hR|4sS kc`5IJdx&prpk' );
define( 'NONCE_SALT', '-?7Xszq[0YlY,qW.$0Tqd~j) _Vq1[.Hi%8!%)=,9<1|.oa(1zm[t2{$&fr.2]Zn' );
/**#@-*/
/**
* 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 = 'pZ7_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/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', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );