HEX
Server: Apache
System: Linux host.creative4all.com 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64
User: agrimasfadeltral (1173)
PHP: 8.3.30
Disabled: exec,passthru,shell_exec,system,proc_open,parse_ini_file,show_source
Upload Files
File: /home/agrimasfadeltral/public_html/wp-config.php
<?php

define('WP_CACHE', true);

/**
 * 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', 'agrimasfadeltral_c4aagrifadetradlb_db' );

/** Database username */
define( 'DB_USER', 'agrimasfadeltral_c4aagrifadetradlb_usr' );

/** Database password */
define( 'DB_PASSWORD', '3GQFIiZAYU}Y' );

/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );

/** 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',          ']=jEI2S^y9=P ]B1TjrS5Q UZN0fsb&HtL;)j>O27|G92,yj7?!mQ|W]:J?I[^`[' );
define( 'SECURE_AUTH_KEY',   'rqjyQqz_,&[h6=K*!K_1b}ei)_E~I/lA5:>81H1KMN$Wb~n2@iSi1EpX$!Y&.(@C' );
define( 'LOGGED_IN_KEY',     'gNs*g&s$JTDmII[d#3?K/GW>[H+hlm?`MO/L~s&oo:>xpS]|$39PGiY^g?CAba:<' );
define( 'NONCE_KEY',         '(LdeHcb6]%gI(`&TAqd{$?%.(<!-hMT<IE1,`XBBXG&,]h^Z`>rJk ;rZa&e1yZw' );
define( 'AUTH_SALT',         ';}@*?XnlCY4}-8ZLMIFgOe2PBh=b<Us@T&vYs*(iJvtP0NQt]%N5/F#/^4_dNQfA' );
define( 'SECURE_AUTH_SALT',  '_VMxl kBcg3m=<|^@fme]!vD@1##Q[}/xwIg,o.!@oA)3j0Zh-^}?u6xQ}|<A&/[' );
define( 'LOGGED_IN_SALT',    'i?avU[%7BnfsQYP s*N|(}gQ0%;weNA#HFoYxr42Q_OW$(+:oISy/7+AWOgSWLo>' );
define( 'NONCE_SALT',        ',/092+$%^9QHJ(vC@G.JYL%/$1rNp(hYV.gO< !{?|[6:8FmEYIu+^zesKPE#/Dd' );
define( 'WP_CACHE_KEY_SALT', 'Vb+<3 }awOxy5ITZvQ2)ek|++&uSoiIb_VJ6Z=ZJEIIKydW}%*%XD Nixw{Y,o/;' );


/**#@-*/

/**
 * 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_';

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



define( 'FS_METHOD', 'direct' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';