<?php
// Begin AIOWPSEC Firewall
if (file_exists('/home/berdejo/grupoberdejo.es/aios-bootstrap.php')) {
	include_once('/home/berdejo/grupoberdejo.es/aios-bootstrap.php');
}
// End AIOWPSEC Firewall
/**
 * 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', '' );

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

/** Database password */
define( 'DB_PASSWORD', '' );

/** Database hostname */
define( 'DB_HOST', '' );

/** 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', 'jfrsqL91m7]K873019~ipoq7MK(9lr+H2%4&2B(n0wkdNg1)5_aIT;3QOV!]e6~H');
define('SECURE_AUTH_KEY', 'Xh506~*_)9a6G5vLe0e4t@eFOi5;6|jK1PW1v4P@*c0ZN6Jv1KCp1qka]5IBPU60');
define('LOGGED_IN_KEY', 'hWFz3L4~xIr_/e8o69q)w7jZNAgbP8&m9%EMO7Q:73n0i48D]dGx0L/PM9(dK|yz');
define('NONCE_KEY', 'v40Ib6;Li865_@mF9G8K!SfHR@F9Kb+9#1#L]@Zh0k@L0(HrT05/)5A(*F-Dg1K2');
define('AUTH_SALT', '1q;el3op2Tk%t6lf;(QCZ8#9#r1g-%eMOV*g-9(++N_;q!Z_A+5~76Ff1:iQ~N10');
define('SECURE_AUTH_SALT', 'J:*i:es5D)~/]/CGFShR/sLO29-#2&45i9R+%:]d;#&e4n3_177&mC7:|Uf#I(57');
define('LOGGED_IN_SALT', '3N3ofju0/:6L3m[Q0NSX5eI~66kMc/W8~HG8r7HGX~Y*p72Sv85aBUBFSEgy~556');
define('NONCE_SALT', '6#|6Y72jnM)F1@#]Tt&T&[:9M97[0Nl0_H|u;kGj(jb8ca;x;u6OlziMt[48[3p(');


/**#@-*/

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


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

define( 'WP_AUTO_UPDATE_CORE', false );

/**
 * 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 );
}

define( 'DUPLICATOR_AUTH_KEY', 'aKAV7T?7W8osLVY|~6p}:Z,2_{a*#%S5vA*+%gr(.6d-.C};0@AYNyw/rR$Fc}&e' );
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname(__FILE__) . '/' );
}

/** 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); }