HEX
Server: Apache
System: Linux server.inglory.de 5.15.0-139-generic #149~20.04.1-Ubuntu SMP Wed Apr 16 08:29:56 UTC 2025 x86_64
User: inglory.de_9f9idjkoa1i (10000)
PHP: 8.3.30
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/inglory.de/kunden/Schmidt/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:
 *
 * * 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', 'inglory_mschmidt' );

/** Database username */
define( 'DB_USER', 'inglory_pacij' );

/** Database password */
define( 'DB_PASSWORD', 'jdRupW5?^C9i0NTs' );

/** 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', '+76~eerr-%1/X70b&9o07#[5y-Aqgi1*kZbFOnA4sUbzj7Bh*0Kf[3jP0S;Y|t6&');
define('SECURE_AUTH_KEY', '-2Hn8PSh1n~4]:q02IU5K4))w-j2i#p8Xs|F0JB!0Wm~O6SJfmHPKEG0a97b;T9z');
define('LOGGED_IN_KEY', 'd8J~VF71/eGS2%w])a54pv8c+PT_7!12J97V3Cgf2p)pv7248f]:5+@/uH~zz#6x');
define('NONCE_KEY', '7[F|8XE6-Ph5s0UY2b3%558#478dg#K9*f6];/7@lp73!kLXq3N4S:c8W73547ec');
define('AUTH_SALT', 'vKM9uJN:k0q!0/)KB2;n6_2|+JWr_z94Nn~[a[8:9Vg&(;[H+&_6Y/1;Aw20bX&_');
define('SECURE_AUTH_SALT', 'K@7H:;Cxn[XAL7LbGz6OjHI9X5]/(O7mIKJS4(a@QL72T:9X[QxxM*/06*)G:trQ');
define('LOGGED_IN_SALT', '3G4%m9OZx:Sg/Mf|5;8PS-#90@;0ql*ke)alJ)[5Ut8E/LC3j9tL0x8ICm92K1s+');
define('NONCE_SALT', 'kf|8o!7G(5s7+r9[)4xKI+3;59aYM3i2+I8@0B/sJGlc5m8+!td|sArJ2+XP6Fi+');


/**#@-*/

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


/* Add any custom values between this line and the "stop editing" line. */

define('WP_ALLOW_MULTISITE', true);
/**
 * 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';