| Server IP : 72.52.161.74 / Your IP : 216.73.217.108 Web Server : Apache System : Linux host.fullhousewebmarketing.com 3.10.0-1160.144.1.el7.tuxcare.els8.x86_64 #1 SMP Sun Jul 5 17:25:39 UTC 2026 x86_64 User : tcfcfd_admin ( 10045) PHP Version : 8.1.34 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/thecenterforchildandfamilydevelopment.com/httpdocs/ |
Upload File : |
<?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', "cen121024" );
/** Database username */
define( 'DB_USER', "cen121024" );
/** Database password */
define( 'DB_PASSWORD', "L82x5ce3@" );
/** 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', 'S)7u&Gnwemz_Ii9Ac0!oKZp]0|JlA2;25lRnJ613;CLo_t&C812Jk@|4&7@V_mpE');
define('SECURE_AUTH_KEY', '*7mNFtlJXe(hu(8SbC0yy-9gY8Ne!1e7G2%g5Dm5;;HDm)_8FrzZq70S-o]X%lsO');
define('LOGGED_IN_KEY', 'N7g5#:IkCa3O)cU|L*|]z6u4z7Z09kl|Eu&67QEQ&rz8Wk@3KhzNVr6Y6d[I0V84');
define('NONCE_KEY', 'gtk5QUn9:%@dLt7F9*d9[7fx6Exty0(x[RwUv2%D787RiYo/_(;R:1+m!HZ0;)e%');
define('AUTH_SALT', '64lX1B%-6|fO7Lz)u5fK*V/E-w~b991/e)617M68tXNa19bd[BuU248tP&~7(q;5');
define('SECURE_AUTH_SALT', '*86;zN!H7(gc_/3Axpm8Jo2YmH-mn]S~t!RbgZ~R(Kk|/1bqURm/9Eb6_2VpH/BO');
define('LOGGED_IN_SALT', '8hN:1:6%O32O2aNK%11fQ%mI:iS;x8%G:R6Pgh#83_17%7yNS5z_]xXN65+022/7');
define('NONCE_SALT', '5#j_0*P9PC_4J*nl35;~:]5g_%u5&sYUg1~9k7];_U51~9W2675:o1wh!Sc6h46V');
/**#@-*/
/**
* 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 = 'aJyMFDE_';
/* 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', dirname(__FILE__) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';