File: //old_home_backup/transport-britain.co.uk/public_html/wp-config.php
<?php
//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
/**
* 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', 'transport_britaincouk' );
/** MySQL database username */
define( 'DB_USER', 'transport_britaincouk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'WBDEcBF0PMgQWMlF' );
/** 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', '/lL5VUM:1rvWkmx{R9.LRvBK&/5y<#/H2~&xV-}h^3,B (G/s;4xsJm9HN<?uNV:' );
define( 'SECURE_AUTH_KEY', 'f6h|b0^TLF`,}6d1o_<=a~1MfsUP,E1g,iO#7b.6KdCf;Gu--hN$1<Hg.RK/=D-}' );
define( 'LOGGED_IN_KEY', '*6uN1Upz.:od(|xqwMB9L2E/Il$`7zJrQJ){ f%HCW@K/Zd[j=^mIt*tm?)z>$O#' );
define( 'NONCE_KEY', 'WCu~y~?]{%~Rf=dDIx8-8Z^mIKnW;CuY9J0/yZ9H Z|64v!y/<=LiO=j+G&%rv9<' );
define( 'AUTH_SALT', '$dH@W*gt?GlNG#Y]_Bw,(GgFXmh&NyUko6(a,rjTJmnr5v`tnw{4-nL[-Y cZX!b' );
define( 'SECURE_AUTH_SALT', ',Lp57=#vI^:^{;I5=q:t!uWnhx@%Z4lBE]3&2`&U|k(+1LS*ur`;nDsgw]498JXj' );
define( 'LOGGED_IN_SALT', 'h%C!!kY9t*#lwnw s^ZCpQtJ|aDV3}<ye|T![RdK?2n*@n8;Ctgj<;<2s:6jtA@D' );
define( 'NONCE_SALT', 't~b9j3/q3(S?7R5ef6.rE}T3bF!/OLHAUnb|6s*FlWJ,ajW/j#(znyvb046tM-68' );
define('FS_METHOD', 'direct');
/** Ben made me */
/**#@-*/
/**
* 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';