%PDF- %PDF-
| Direktori : /var/www/zanda.mx/ |
| Current File : /var/www/zanda.mx/wp-config.php |
<?php
// BEGIN iThemes Security - No modifiques ni borres esta línea
// iThemes Security Config Details: 2
define('WP_CACHE', true);
define( 'WPCACHEHOME', '/var/www/zanda.mx/wp-content/plugins/wp-super-cache/' );
define( 'FORCE_SSL_ADMIN', true ); // Redirigir todas las solicitud de páginas HTTP a HTTPS - Seguridad > Ajustes > Forzar SSL
define( 'DISALLOW_FILE_EDIT', true ); // Desactivar editor de archivos - Seguridad > Ajustes > Ajustes WordPress > Editor de archivos
// END iThemes Security - No modifiques ni borres esta línea
define( 'ITSEC_ENCRYPTION_KEY', 'T0MmS3JQdm0+IXR9IGZEVXtUYVQqWyh1KzxfQDR9SU1XZmV8JHogNnM9Tj40KSkqYypuSmhyKV9RMUAhLSFHdw==' );
/**
* 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'maszanda' );
/** MySQL database username */
define( 'DB_USER', 'diseno1' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Dis.010305.b.' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** 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', '' );
define('FS_METHOD', 'direct');
/**#@+
* 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', 'AP$FLqeqtWw|U,V)`K!!wDB.l|Y_;5u!wT|.apcxah$*sTXW5~z~9@V1E~7S~-D}');
define('SECURE_AUTH_KEY', '}ok>r-Aj ZE-6%Ra)_G! KcB4{|DV]tV-TIR,0;Q?7sMK}gU^gsyFW]`xI**G}LU');
define('LOGGED_IN_KEY', '|XC<R#;G~DW{TX,TudNI-FLKW+.:|VO`_+3Of_AgtD~!(260jU1bim]P>oKHAHO-');
define('NONCE_KEY', '6AJ:OhRsB^X@UijvV*1Q~H14l3W KSi4|iZlS[Z/-oh&b`mdI89]uP-8CYii>X1C');
define('AUTH_SALT', 'r( kG*2_1n;Sutd2%-U|4}o+:8:JZ(3@PjmJ}}fe+} E}4{gW!rnXqRLCHlCA]-W');
define('SECURE_AUTH_SALT', 'U%i3aBGn3CUYd*mpof.jENt23qk,#[Zws$7 Sr)h*<m:|:c=[e.^i/z/8I`7|e6+');
define('LOGGED_IN_SALT', 'NsU45%(;r|6,o=:Ey fyPkrBv^Ej3=#e:?/pp1JN+ZE2idJh:q0U:VF+%/#w~bz[');
define('NONCE_SALT', 'hz;VF#UaG%`$$~Cn:@(&GOd`vn-s|Ot:4+0Fb|OvRpFV>;)C%x-/kq?.i5/)fNt^');
/**#@-*/
/**
* 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 = 'mnowf6dvzu_';
/**
* 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/
*/
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';