HEX
Server: LiteSpeed
System: Linux srv.1weboldal.hu 4.18.0-553.125.1.el8_10.x86_64 #1 SMP Wed May 20 11:06:10 EDT 2026 x86_64
User: kapasmed (1007)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/kapasmed/public_html/wp-config.php
<?php
define( 'WP_CACHE', true);
define( 'WPCACHEHOME', '/home/kapasmed/public_html/wp-content/plugins/wp-super-cache/');

/**

 * 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', 'nk_kapasmedical' );

/** Database username */

define( 'DB_USER', 'kapasmedical' );

/** Database password */

define( 'DB_PASSWORD', 'Cleanmarketing.2024' );

/** 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('AUTH_KEY', '5S1Xw~;l&)06/3X9tNP/%t(CO#0;F/(#aQs-4K0H0M4Br@)w;Y3o*lh%9_1pLsWx');

define('SECURE_AUTH_KEY', 'Y4v7Ni700YF|U@UuQhgW0su/aSQ@[VbaV00%b9~[F4s@6jv9srnYC-73;lOCc~&3');

define('LOGGED_IN_KEY', 'vEj~@_3r7ckSy*uw_Zg4j]3F3Sk389Isf2o]%0]2OMB9#6U0Qsx1e1Hpa%U[Ad63');

define('NONCE_KEY', 'y:[|fx8:OUsG#3s:C@L06pkKaQk/J5k9&#53SscjTEyG4!@74~N4J0/r4%a+C473');

define('AUTH_SALT', '68~8+93J~wK]xM70nXZVu;E3~-Z8zVr7~oKnLvx98|kT2/q4wB0F*6fyXTg3g4(G');

define('SECURE_AUTH_SALT', '@G83m-XFjwL4~vGyWZZuT8M50lW]aVSdxw1;Rh&/~V[gg[fCo26O39]&YfPi0RNq');

define('LOGGED_IN_SALT', 't03S@7r[:J#l5wnsE%orX_82ufrH~cd4Q5oh7e!_9e@y[/N;x%B_!T2]U4W&/UNq');

define('NONCE_SALT', '@H/Wj0f8P1e~:46wF9@0uwwO7h0qd9G6;1VS-83Uc8ly%3yCL21nx:yD1I8%K(3L');

/**#@-*/

/**

 * 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 = 'nk_';

/* 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';