HEX
Server: Apache
System: Linux outside 5.4.8_Algonet_ZeroMAC_0.9.4.8 #6 SMP Mon Feb 3 20:36:07 CET 2020 x86_64
User: server (1002)
PHP: 8.3.20
Disabled: exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source
Upload Files
File: /home/muoapartman/www/wp-config.php
<?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', 'muoapartman' );

/** MySQL database username */
define( 'DB_USER', 'muoapartman' );

/** MySQL database password */
define( 'DB_PASSWORD', 'AA9u4j' );

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

define('WP_HOME','http://www.muoapartman.hu');
define('WP_SITEURL','http://www.muoapartman.hu');

/**#@+
 * 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',         'Tts!OutD1,<7MLOjVA& >%dZD{Oq+#::qWKV0*1s~$?q)/~P-3| h-nX(+(#59#i' );
define( 'SECURE_AUTH_KEY',  'b:qL3WM~,cx|$b,1!>q2|ZkbQv8U.nxj+&R4#<XkuF?rVt;  HLJ%]DF]|Ft}zPh' );
define( 'LOGGED_IN_KEY',    'Xk^Ys,:}0TXP?QYgW!}H5P?f3{Zh`<gbC3@81<W:Be50 6]*IBRMjK>3gp#BX!FB' );
define( 'NONCE_KEY',        '{%4aU^SVEWv&-Q3O.64 b)Cas$3S&sjl}~LN,Ols;YSznX&H*wrF@[GV:(TiLuSN' );
define( 'AUTH_SALT',        'SxmQ9@NLKq<or;ji.z(n$#wkb!5yrC%yFiKM{AIJ7i?g6NY;uso5Vg2ixOw!f8v=' );
define( 'SECURE_AUTH_SALT', '>cN*K/xCuk++f(S:ii3UE=$~-/@v0-dXbv5A</#hqjqi`YQ6$-YKVei#BJ9~IU6^' );
define( 'LOGGED_IN_SALT',   '>;R[^wgZ)E1OJKtmU5MQwLG3{e6Ic mwoU pg&3^z?V9x;QXR?5H]vMNq p(cSs[' );
define( 'NONCE_SALT',       'e6Y<YH54[jD>3QJY*u9)DJh.f^@Eo|w.Xi8IicLw.I5Q{m>FsgK4d+PmQ3T[MHC]' );

/**#@-*/

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

/**
 * 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', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';