| Server IP : 162.253.224.18 / Your IP : 216.73.217.74 Web Server : Apache System : Linux s18.infinitysrv.com 3.10.0-962.3.2.lve1.5.89.el7.x86_64 #1 SMP Thu Jul 9 15:55:31 UTC 2026 x86_64 User : dejavumk ( 1184) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/dejavumk/lacofradia.dejavumkt.info/ |
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/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', 'dejavumk_cofra' );
/** Database username */
define( 'DB_USER', 'dejavumk_cofra' );
/** Database password */
define( 'DB_PASSWORD', '7Sh8.pq2]s' );
/** 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', 'sh36i3zjrv6yyvon0x9nvjzlzzswe7iqy3lof4qhormwkecl6omcj5dosmzyvrcw' );
define( 'SECURE_AUTH_KEY', 'ozgmffyuc5xcmhjcycqo2nkcvkul760iwnokudfkpybdrj8ogktaxydhwxl6s7ud' );
define( 'LOGGED_IN_KEY', 'y5fwnwh9toikkbmvf4r7pocowsfxj5orzgcogbaitv2mqacgjevfe331ty75hdce' );
define( 'NONCE_KEY', 'yntzq1riwrvsqgdpo087is7r4xgqrthz0w4t8hvuxyog7lllyp1wvbcjswdiplxi' );
define( 'AUTH_SALT', 'jdekwl7pieluuj6gee905leupufzbsklg4ovknnmfqqu0oz1nq0vcix8yilurni1' );
define( 'SECURE_AUTH_SALT', 'u59fcon5ct0x0r3tjjz1helz1ghaavvrfnsdbuhmvfnk4dhu8trgzmlmx0cfq42t' );
define( 'LOGGED_IN_SALT', 'dctbtuahye80uju2khhccs8uadsy6otj3rpbqjcwfpk7ebupy4mgo2exxw8ctsod' );
define( 'NONCE_SALT', 's0pcb1u4f3uoctrdjotfswqbgpipsgx0tvdueyhu3xyavywlweou09trtvcukfsp' );
/**#@-*/
/**
* 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 = 'wpmx_';
/**
* 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 );
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_HOME', 'https://lacofradia.dejavumkt.info');
define( 'WP_SITEURL', 'https://lacofradia.dejavumkt.info');
/* 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';