HEX
Server: Apache
System: Linux ns9.sgtic-sarl.com 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: festartsdmbaorg (5215)
PHP: 8.1.34
Disabled: apache_child_terminate, apache_note, apache_setenv, curl_multi_exec, define_syslog_variables, dl, exec, link, openlog, passthru, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, proc_close, proc_get_status, proc_nice, proc_open, proc_terminate, shell_exec, stream_socket_sendto, symlink, syslog, system
Upload Files
File: /home/users/festartsdmbaorg/www/fest-artsdmba.org/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', 'festartsdmbaorg_db1');

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

/** Database password */
define( 'DB_PASSWORD', '6LJbLP8Z#oKTZY9W6T');

/** Database 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',          'Cs/g43B%$r[@D~08&4(7=Z7 V_x7{^G3{!EH%j?&lm3+B$|-6 `:$Rv86Jv`2p^!' );
define( 'SECURE_AUTH_KEY',   'Fu`]9c|$vO.`W_FEy:// -h;AqUogl[?`.(N%W=D<jL6JP(H{$[[^t5i3[SvGcI.' );
define( 'LOGGED_IN_KEY',     'uJ7T<;qIC]eQ9Ek7yIS?3~:5EEAYHQVa1gg+/eiXiU8{iNo;z}`y/}(pizl[z~U@' );
define( 'NONCE_KEY',         'cg*JWtZVrqxMoMT_wHE}jH5VFXn{uaI!e&_6fh&fl3Ef21X#NqwY+H^D7|7$!/g^' );
define( 'AUTH_SALT',         'Hp9Nm*j|E[j-Z_YAzBz7N>eGD/FjrjYQd8Eb?wZ>rG=BcT|r (F|Z@<US9:MBM[S' );
define( 'SECURE_AUTH_SALT',  'H.hlXtjiJCo1@<i)!Qw?M}yc9{Ys2HfuhI z)EFk_mHX)*x=-gDTe)Gk?vMrv8Is' );
define( 'LOGGED_IN_SALT',    'may2riK7BgFoyQ&~FM);K]}nkwKvtZ.-vpK}WF%1CAmNo#ziCQ^ugUqqzfmLcntq' );
define( 'NONCE_SALT',        'Jg!iHF1MklU(|H@g^C.`y3jz`,A%,$ly?$m{%f<NjC6}q3x63~tLo7oG176(!Cs)' );
define( 'WP_CACHE_KEY_SALT', 'w#WY@h|!0MBMt!f>>?K_P{[SU/fuZdMQy~?K9xJ9c)RD3b]YJ~l7Am6v9W5YLhkX' );


/**#@-*/

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


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