| Server IP : 162.253.224.18 / Your IP : 216.73.216.135 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/nutrimas.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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "dejavumk_nutri" );
/** MySQL database username */
define( 'DB_USER', "dejavumk_nutri" );
/** MySQL database password */
define( 'DB_PASSWORD', "mS-!P289np" );
/** MySQL 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', 'jhxlldjhht571q9poddy8j6jfqwaivn8rgccz27mhmbwfprfz2o9xgfd5vfuxwdn' );
define( 'SECURE_AUTH_KEY', '9p4cjtwto7qxxmi9wiloewwfyfqjlvcowf24pngmlcxteiawq1ojfor4ee4dopou' );
define( 'LOGGED_IN_KEY', 'zitykbr6wl4silph4dgriz7lvli6xenvun3ykpzkrc39wb3dqiqcnqgr6x5v0ir7' );
define( 'NONCE_KEY', '3m5w6zgyyjrjlolhmlkaoasplm05mkgigmkrwfy5sarcvrqr5x1yihnvsd5jd4fl' );
define( 'AUTH_SALT', 'vjprafu838lleqwiy0jgchs4fz7vhzmez7ffgtkyxssbi3puvom1p0qsrn1fnphh' );
define( 'SECURE_AUTH_SALT', 'iwudxi5dcgijf1cwcgigqx92dq3ncg6hfc8onm2aqohdm0gzmqm56x6znb4dlppl' );
define( 'LOGGED_IN_SALT', 'yo0gwd1q9uwzrs9v3sfk8m4ht9f9vhlhnnaqkby6qz4zqwituc3wf2etoupodbvp' );
define( 'NONCE_SALT', '95yskzcidxqha4btz366uyd2jr6l1kymhhbid6ep6vt7mlpvxiyeghpqzrakvvqq' );
/**#@-*/
/**
* 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 = 'wpuc_';
/**
* 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 );
/* 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';