Current File : /pages/54/47/d0016649/home/htdocs/cd24/wp-config.php
<?php
//Begin Really Simple Security 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 Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', 'QXXEFWrTWozu5bjYwuhr67BWwkiCkdvNfRZxGbgwnpZccXV1ER5Wzao6vuGySkvP');
//END Really Simple Security 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 website, 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
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'db00113086' );

/** Database username */
define( 'DB_USER', 'dbo00113086' );

/** Database password */
define( 'DB_PASSWORD', 'rene.weck1980A' );

/** Database 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',         'oNOC%ybegH%P6BV.w)*gA*KO|WG(LV`=vY;CIKcIGc,ofa~ezSVv]~)Zv@HZ1pt:' );
define( 'SECURE_AUTH_KEY',  'o74h_c;M8$: .i}uI-.ME&gnD$@II[phts}{? ]Uf.b|kO@QS#2]^x8^NfNV3N' );
define( 'LOGGED_IN_KEY',    'hTKLPcnly<e)`2.W5BY@j+FRy&~a.:iLVu@4HC4#etU.},,,cq!7}]DTN|DJ.Hm{' );
define( 'NONCE_KEY',        'Q^_yUc]K1D8vAVpP60ru}9#!VbQYYI!Q)0t[kJJws,,/T[C/dCS]|_8eU~3Xv[oQ' );
define( 'AUTH_SALT',        'judfA LH}){ jl;`8l/trYHn/hjv lAn7e,xd&!+i`qvd9~S)ewL;J7cQ:mF?Rb5' );
define( 'SECURE_AUTH_SALT', '(,(m>nZ-?WGh;pbDG?bR6!!y>Uj_CW=db)}D+uXi}^>__{~Q+>ofgq.LMu(qlw*d' );
define( 'LOGGED_IN_SALT',   'Tg$Z^hTc+e5Nq*Fo}4D<hyX0q^ePhVvAQ)VxWr dshabLEbV9y5{Y=_Tl+tm599q' );
define( 'NONCE_SALT',       '<NDg&jNu}v,Qj^FKnJ-gjT9Cg~qs>S!u$qrf0iY9VQZEQ_J*i6/Mr;C&3JPy)4!U' );

/**#@-*/

/**
 * 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 = 'iumpt_';

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */



/* 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';
//Disable File Edits
if (!defined('DISALLOW_FILE_EDIT')) { define('DISALLOW_FILE_EDIT', true); }