| Server IP : 5.83.47.51 / Your IP : 216.73.217.19 Web Server : Apache System : Linux hosting.nxthost.com 5.14.0-687.44.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 9 11:11:28 EDT 2026 x86_64 User : esteemro ( 1261) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/esteemro/public_html/dev.esteem.ro/ |
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', 'esteemro_wp_lkqtm' );
/** Database username */
define( 'DB_USER', 'esteemro_wp_bxgsk' );
/** Database password */
define( 'DB_PASSWORD', '$*T5*9xVP7$rMyzu' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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( 'WP_MEMORY_LIMIT', '256M' );
define('AUTH_KEY', '*l+c8Ma[fU3cwpZk/MUi@Bd%osx[zpi9g0M3wp(r;v40P0lC8~4x)940/-eS/VG3');
define('SECURE_AUTH_KEY', 'f%%IKW80XW1e1~w0KLR6A+H/]27G@tv6@20b!lZ!J[4%UN130J99G2W2y)V7053R');
define('LOGGED_IN_KEY', 'Nym3|6/h2n#60uRld7vILuA85kO12[%m~!V*CE|Ove|k;t;)P+tM~|94#]9151ax');
define('NONCE_KEY', ':/h~Q0q(234y5c0S6yhI6|!&wbc_D[R1:t6-3X)#l14wrF1-[P1u_uY76F)uY1~x');
define('AUTH_SALT', '5|tAy0X-pc3ox12dJqyZmH|44TAINX:IB#:!plc3#i7G4]pM0wa0oH&44/Zi!T*z');
define('SECURE_AUTH_SALT', 'lrG-zR529#(1/65US7@+7s8R+P0+A676rDF()/Xhy)312)%KaDxt9A5o/V7d]t2T');
define('LOGGED_IN_SALT', 'br7B08pl2A7S1#Yyc%)F1e;%PwjuD8P8/qAG59g@UT4%(@S!H[j6167|/[tv4zew');
define('NONCE_SALT', 'd2esXs)*kdh3a6ZM1pc6E5[ghUe6osDKZ&g333)sfE4DQoVo4#i_K9+@ubeT9U15');
/**#@-*/
/**
* 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 = '2XEJPAY4L_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);
/**
* 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';