| Server IP : 162.214.67.83 / Your IP : 216.73.217.31 Web Server : Apache System : Linux dedi-13542965.clustter.com.br 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64 User : autoligchopp ( 1015) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/autoligchopp/public_html/configRLD/ |
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
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', 'tony_wp406' );
/** Database username */
define( 'DB_USER', 'tony_wp406' );
/** Database password */
define( 'DB_PASSWORD', '!7!6S1GK0p' );
/** 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', '2CP9w^Pi]idtasa7OJo5l9#!wi/FfPV*cleX(Z^|.EOzN@cN=DkBA485|0D#wT(~');
define('SECURE_AUTH_KEY', 'J-J=?8-,1~q^-zF3yvwZ7dNxMtzce!)ja)+:5+SG{eh28xR?4w#+^3^:Bgzh734E');
define('LOGGED_IN_KEY', '[BgWQ>uh@?[Uf-=L8Sk0W/v.e#ZtPKS{D-R;;qR@n|k0AFGuQf+wWQ4p~lvy }vS');
define('NONCE_KEY', '].R]3}/bQE?K,o:6,Iz/|!=.!{d~]@9-`xPdo&Mc |YOQx<:ju(yd;m<L-!%c^FJ');
define('AUTH_SALT', '3vLWHH9J_KgIbS-PFw5%Pf!x8{7SCoT{+()ofG,+&:cLq+931}uod%I[%agRwpF7');
define('SECURE_AUTH_SALT', '}CwuS>%O b:<[}IlxhTu[M 836z/.pMK|u<kFRwGY6[/]*i<6t]W!N|]BymG+>fm');
define('LOGGED_IN_SALT', 'Y-czQ^ED`mDF.|Jw~dTmX?qs1JU6_|Ltl{|Is-B+*)[IOj!9:bu-^2wzSge^GAzE');
define('NONCE_SALT', ':thWS!||S4h#W1$j8ZIDR|O_vAYx%*yQ!{c)|Ov:y&R_ScYD!+4]EB9DgO7nY d|');
/**#@-*/
/**
* 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 = 'wphk_';
/**
* 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/documentation/article/debugging-in-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';