%PDF- %PDF-
| Direktori : /home/casasmonvl/landing/ |
| Current File : /home/casasmonvl/landing/wp-config.php__cd4a429 |
<?php
//Begin Really Simple SSL Load balancing fix
if ((isset($_ENV["HTTPS"]) && ("on" == $_ENV["HTTPS"]))
|| (isset($_SERVER["HTTP_X_FORWARDED_SSL"]) && (strpos($_SERVER["HTTP_X_FORWARDED_SSL"], "1") !== false))
|| (isset($_SERVER["HTTP_X_FORWARDED_SSL"]) && (strpos($_SERVER["HTTP_X_FORWARDED_SSL"], "on") !== false))
|| (isset($_SERVER["HTTP_CF_VISITOR"]) && (strpos($_SERVER["HTTP_CF_VISITOR"], "https") !== false))
|| (isset($_SERVER["HTTP_CLOUDFRONT_FORWARDED_PROTO"]) && (strpos($_SERVER["HTTP_CLOUDFRONT_FORWARDED_PROTO"], "https") !== false))
|| (isset($_SERVER["HTTP_X_FORWARDED_PROTO"]) && (strpos($_SERVER["HTTP_X_FORWARDED_PROTO"], "https") !== false))
|| (isset($_SERVER["HTTP_X_PROTO"]) && (strpos($_SERVER["HTTP_X_PROTO"], "SSL") !== false))
) {
$_SERVER["HTTPS"] = "on";
}
//END Really Simple SSL
/**
* 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://codex.wordpress.org/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', 'casasmonvl871');
/** MySQL database username */
define('DB_USER', 'casasmonvl871');
/** MySQL database password */
define('DB_PASSWORD', '9XqR6aRR6YfA');
/** MySQL hostname */
define('DB_HOST', 'casasmonvl871.mysql.db: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', '7bVKAoRPqMhZ0+ONVa9fjltR5MMKIqGpF4/C6O2/sUW69pwlz8J35lRr2mVg');
define('SECURE_AUTH_KEY', 'ICDdU9WtMMZFo4vr1krja7Lj0YncJGFp+gYmgFf9pnZn9rFhNnK4HpCZYW7i');
define('LOGGED_IN_KEY', '6fIQy3sumQfcnMzOJjXvbbki8XrHySvxOZ1evn1yeFUvEjU6qgwBfzW9stWR');
define('NONCE_KEY', 'obxpZokOOBIm/JM+Dk3qccf3BngdmhNXbMj38kNsKzbfbffOT4A+RGlQ1AL7');
define('AUTH_SALT', '3DzlpS5JNxmLNr0Xw46+r0aG/Q9az1K6/EPa95j1uSf0qEMJsNBg1BpiBVQl');
define('SECURE_AUTH_SALT', 'EX6DeQ7oNTxU0hcSl2fLtRP456r0BG1qBOJV4Jg7Hel93OOYVSgNNu5qS5XC');
define('LOGGED_IN_SALT', 'iiFB7/IWSlPoRru6X6a9MbuOMfnI8hdFEEUTtbuCoaRZiVXcCi8FxYIMDrpM');
define('NONCE_SALT', 'Jsx6x1LRE4rCSBKQkRjEWI25vl1b89r7hEaF7oE2dGvez49ze9rCImw3NVZp');
/**#@-*/
/**
* 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 = 'wor6590_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/* Fixes "Add media button not working", see http://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/ */
define('CONCATENATE_SCRIPTS', false );
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');