HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /var/www/html/avsa_old/wp-config_old.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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/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', 'avsa' );

/** MySQL database username */
define( 'DB_USER', 'avsa' );

/** MySQL database password */
define( 'DB_PASSWORD', '59aHxkfu73' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** 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',         'Hg`1y5P`;{%+EVegLl:!A,8=L0ws<pUj^go`8|]V~!?S@93:}q86^&.Eq-$DYuIa' );
define( 'SECURE_AUTH_KEY',  'Le/37Q&A=1eswU)9D?)E4k#yW8iI)~zYem8XwwARB8(DW3[po9*yqy3kxy/Dn5QM' );
define( 'LOGGED_IN_KEY',    '<qku)DX+n>W)t+=B4V#Yulca}h$0+k;`*H|O80$D+;9~;5@h=;E*x%*MBXwXp~^0' );
define( 'NONCE_KEY',        'e#6CfJ^&vX-2)Eu7/u&m2.>{[oin!iy$V_9T<B@8ZY1_Ev3pi$1}d}|c8s^<-4^Z' );
define( 'AUTH_SALT',        '[MQ8nn^cL} xbt^jzYO#4>#$mQE+#RCJ/d1O@^`|BaQ3vj3-u1Ky^80]:6XJR)[*' );
define( 'SECURE_AUTH_SALT', 'ST10^gV(%Uo%.h38]0q0;|}sAbzcHb$>Ww:i2)ko,IA3O_hmHHzg/K?O0$OXgMEo' );
define( 'LOGGED_IN_SALT',   'L70>yX~SvyvLB56)Yv_k[G4_qg*Pj.Pa=CFVR0#+[[ePkP]X5./W)O4]_LRCxQ]K' );
define( 'NONCE_SALT',       'F8?#quOt^CL^NtQ_(1F!Ud20@8ZWPliVQ61$<cKjCoN9P-k8BTSSs</{VHQaWsZh' );

/**#@-*/

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

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