Your IP : 216.73.216.215


Current Path : /home/flapst5/.trash/
Upload File :
Current File : /home/flapst5/.trash/wp-config.php__8c7df7d

<?php

define( 'ITSEC_ENCRYPTION_KEY', 'NyomTXJSMlp0PTdTaT8vOnhCLSMmWT5ja119Q0c2N2tzbmh3IT10PSFhM11VJTtWLy85ZG5PTWxjSXBDajsldQ==' );

/**
 * 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', 'flapst5_wp_ymst7' );

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

/** Database password */
define( 'DB_PASSWORD', 'e&0$uzJ1fQibM&b1' );

/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );

/** 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',         'A.]afvk6d;*0m~AF-F+Wp`#fcc4AA@_/-,iDN6 YWLSB-9HuJ=sXCcVi*^!-(^L`');
define('SECURE_AUTH_KEY',  '^-3bloI5UQ/-QQE0:Y N]&i|DCm!]>P{&%b&pr=(66;W>W]s3+ilTh.f+x2/A|-]');
define('LOGGED_IN_KEY',    'MXLj i hRvz{~kQhc{lUJKp t4qv q-DmOcvB|DuM|f~M#Ct-IYzRk L#}:L2|P2');
define('NONCE_KEY',        '_{~R6RFWtWO-T(#$=ePt>dv<rI!ro7,!aBK8/g>hhV  P8+-2#D{ Xam-z<$bD}J');
define('AUTH_SALT',        'Gq-^=3u)Mv~Ed`y@[CWj9|S(V#/mmdP.X7Ja|,N.l+<PgKQ.D`^CUSakLd>Z05C ');
define('SECURE_AUTH_SALT', 'edTk*0,Ti@$1XF6uh^aWlPwmhH{HV7qQ+6>c8A|O}Ed@!!z,jSS(4rXqOVgWdY3-');
define('LOGGED_IN_SALT',   'dAAc{l}wqH7r?o)<`jMf{!8u06|`):a|;exGsX@8WjS2DfJJ^}9H-Y,=<^)ewfmu');
define('NONCE_SALT',       'Q8`![bgk-1]EM.4F59Hj7@2Bf1}Sf].nx=xW=!<1UgGv!-g4{+nsz+_`!5M`JlXt');


/**#@-*/

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


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

define('WP_ALLOW_MULTISITE', true);
/**
 * 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';