File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
<?php
// BEGIN iThemes Security - Do not modify or remove this line
// iThemes Security Config Details: 2
define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor
// END iThemes Security - Do not modify or remove this line
define( 'WP_CACHE', true ); // Added by WP Rocket
if ( file_exists(ABSPATH . "wp-content/advanced-headers.php") ) {
require_once ABSPATH . "wp-content/advanced-headers.php";
}
//Begin Really Simple SSL 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 SSL cookie settings
/**
* 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', 'neuronas_neurona' );
/** Database username */
define( 'DB_USER', 'neuronas_neuro_bd' );
/** Database password */
define( 'DB_PASSWORD', 'jA%AL_T9o^4x_x92' );
/** 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', '-~6;2(F;:Az5M]NZU1y5!_Ez()F6f74#C7Qey!jqljx||u079:Gp@326o1[i92AG');
define('SECURE_AUTH_KEY', 'A80a41:|b1jS1doti3I;96(y]/j[8-8|sf_f0o12[kb:t9*8@!#11UMM6#5H*');
define('LOGGED_IN_KEY', '9ea;2QE|f#8wp3JCl4BAlH45F7ZFcJ7]q6f1C22N|/78(|I&x~@_Uc~E@@yL2n6&');
define('NONCE_KEY', '|(h7z8i_GGx-2Ku4;F%n8i&OvN4uM9On5y7j;(wdMxblx+Y/l937A6:HP:afxrTq');
define('AUTH_SALT', 'w(n!;;rx&W-d;7&2;qOp0s]+35qg]~j)IvFq0n-u5Vr5@7H(K50djYJ70|PjPC38');
define('SECURE_AUTH_SALT', '1N78B8FD3~G~-~3RCr|5z0N;v7N0LV3~hoK2t1:9ivE+/y+kSN5fi9c):H(]Q7KY');
define('LOGGED_IN_SALT', 'rL__g740jNH16!7RV#wv3y9)9ecPMfLy865-qtW014F@4-FUY~/k]P3HPS;d;(~U');
define('NONCE_SALT', '&iX8sX@s02f0u36[3J4Z|U]qJq6+8L3D~2%I]#&[cA&B583b+P!9#:w3s(9!k_&9');
/**#@-*/
/**
* 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 = 'neuro_bd';
/* 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';
