HEX
Server: Apache/2.4.63 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2
System: Linux reseller 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
User: Qualidad (1005)
PHP: 8.2.27
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen
Upload Files
File: /home/Qualidad/web/qualidad.mx/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 website, 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
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'Qualidad_qualidad_new' );

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

/** Database password */
define( 'DB_PASSWORD', 'C@mama1998' );

/** Database 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',         '-{=CmP7n9)x+7iu?<)V9xBE0@Qu|5yB.aixr}=gWZ^7oT+PnCtu=&I OL,.C#$PQ' );
define( 'SECURE_AUTH_KEY',  '%lV-vRXo.@/:)]S-F?)k?keiu&MePwJy9)b}(V@I2MGlTUC t=>cwV}+gn5Kw? )' );
define( 'LOGGED_IN_KEY',    '%kSSRT/qCo)v5i}O!q~uKywZ@A uCE9p^%)e#pkT=#BaS/jz~WPLc 7v16u1%;4h' );
define( 'NONCE_KEY',        '0fQed5WO_b}`%kJJ3[E!n),YYQB&{ca?Ou|;t4=QY])6yGpg|fqm#_e5:@W|e6.A' );
define( 'AUTH_SALT',        'K<^c@t14Cu|Gxisu96ZdF1w@z,n``xDr%):e8+g:~@S8uR.PW2^rV(h+hf(R~U+!' );
define( 'SECURE_AUTH_SALT', '3XF=6q>wgf,PylbbVj+*2PnmAP.kE;g!pCzov|tHI|52TvG;dkbCKZiyXtvI~}N1' );
define( 'LOGGED_IN_SALT',   'zyn0]^>mP8ZMZ=g4h5YzXS4Hc_ttGwY=seo!;gR|EAC#2G+AyE koI]E0ClV1YIk' );
define( 'NONCE_SALT',       'gC=+Zv8@avvj[92]@!Q3de^%JgA+u^BbB?Ae3UmcnJrYHVEI^=(|7 ~uB2!4OEry' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$table_prefix = 'wp_quali';

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */



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