File: /hosting/www/movilfrio.com/public/wp-config.php.bak
<?php
define('DB_NAME', 'ddb213595');
define('DB_USER', 'ddb213595');
define('DB_PASSWORD', 'EKDf8SVF}4_[T?');
define('DB_HOST', 'localhost:3306');
define('DB_CHARSET', 'utf8');
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', true );
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
/**#@+
* Authentication Unique Keys.
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ 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', 'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY', 'put your unique phrase here');
define('NONCE_KEY', 'put your unique phrase here');
/**#@-*/
define( 'WP_TEMP_DIR', ABSPATH . 'wp-content/tmp/') ;
define('FTP_USER', 'ftp.movilfrio.com'); define('FTP_PASS', 'SMF8oYnM'); define('FTP_HOST', 'ftp.movilfrio.com');
$table_prefix = 'wp_';
define ('WPLANG', 'es_ES');
/*define('WP_CACHE', true);
/* That's all, stop editing! Happy blogging. */
/** WordPress 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');