HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/comtelv2.creativefellows.nl/wp-config.php
<?php
/**
 * 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', 'Fellows_wp_bnt2z' );

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

/** Database password */
define( 'DB_PASSWORD', 'y5E9YEO9Oq1v@qD&' );

/** 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', 'V@0K!*X3!7sWgfSc))-zo-*K];OT%b5hM20&1[Q([4#h8_xMFd3E/0bHr;59i4/D');
define('SECURE_AUTH_KEY', '643ld48Om8eXqQ0)a%7MW(ps29@78Qz|uN*RLfZxBYfG6k4UwM1W9xJ%Es8z3-Lm');
define('LOGGED_IN_KEY', 'z(1tm1R7l(dh4%4s8L36g*yZ+DJHa36&|548zJd]UH2:[34K&rI]kxVpy2_t54s5');
define('NONCE_KEY', 'F0pguV~]X9sw0FUDJAFo273G56Tck9a178jo885-q6[g44F1N(Z4RY2dU#l_3!T6');
define('AUTH_SALT', 'S9du[8JnwiZ|k@&9%NzP[I6Ow&E6H*v0U72~(c334j*49uS06W6&8Jy~V/U1KU4X');
define('SECURE_AUTH_SALT', '6@Gr5:52*&7n5Rc8;@D%[3#[QjLqYo@4a!~ky2Gh!9oq;rLST@uZuQU0@8k15a&J');
define('LOGGED_IN_SALT', 'w9A8W~+%m_0B_;F@:!81G::rc*p;a&e@)[/-qZ6zlT@0P_1k~99PMu(OoE*P[6qa');
define('NONCE_SALT', 'eX_C_4yNOo&@xD8MhJ1u4586J|]G-L0440_*q5j)y[0Q-Wk9K&a+]Mo5I76b8%Wl');


/**#@-*/

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


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