| Server IP : 91.108.106.253 / Your IP : 216.73.217.108 Web Server : LiteSpeed System : Linux in-mum-web1677.main-hosting.eu 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : u635632881 ( 635632881) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u635632881/public_html/ |
Upload File : |
<?php
define( 'WP_CACHE', true );
// WP-Optimize 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', 'u635632881_zVZ9t' );
/** Database username */
define( 'DB_USER', 'u635632881_pSAM2' );
/** Database password */
define( 'DB_PASSWORD', 'AAUfktV4Xk' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', 'E^u6+DaWvk5~@A]4^yR7.=/,&pFH*H&XnQ~G:es$vux],i,.xoU+K4@zJCq`A&-h' );
define( 'SECURE_AUTH_KEY', 'jIb7[gV5cV`=[`Z+b., $%=PntE#3j~96MlI3Gk@,yW l[hp;s%kq/oaMe^|MfwD' );
define( 'LOGGED_IN_KEY', ')/FsWO*B=-,A&I$oN:8-fL6=V$KQJS2~NQ{;tB:2>hwGN`PXzeC@hL-r`q:|8|Hv' );
define( 'NONCE_KEY', 'Gpu$.rmHq5[{#Gnu4>W_22uvR$m&$%YfgsL9mwXJ0/9r.BLP6nHk~9tW1d/_rLaF' );
define( 'AUTH_SALT', 'ula`sD/#l2.vHx~m;}vv YN~*XC<shKw[#A]I9]g4*iD9RzK[oy]7z,-iI8ej>Y' );
define( 'SECURE_AUTH_SALT', 'M|:!ih/L}^|ib(,`HI1>kC1FX*PC(Ipf]c/`qV0HHWlwu1:;[{IR}cdL%_F Stnc' );
define( 'LOGGED_IN_SALT', '2k8lcO>>_WZg3{AJA^.Jel=kHoD$an3mrh)j=&XH{2t@jtzEzoxoR[Y`BQx*9xJO' );
define( 'NONCE_SALT', 'G5jTIwVv54^wW^X[.a3,!r|xtt*ms8ja-.#_ :{4$r;as0HmaG+#$4EKJE;;s+[x' );
define( 'WP_CACHE_KEY_SALT', '= %2i{7<u3j?;X7ih_K6tvzF87po=M6=cZ65FaAM7KyhT@N_;sG9oW{H`yS9%HR(' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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 );
}
define( 'FS_METHOD', 'direct' );
define( 'WP_AUTO_UPDATE_CORE', true );
/* 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';