Server : LiteSpeed System : Linux us-imm-web1923.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u980034691 ( 980034691) PHP Version : 8.2.27 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 Directory : /home/u980034691/public_html/ |
<?php define( 'WP_CACHE', true ); /** * 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', 'u980034691_U4DtD' ); /** Database username */ define( 'DB_USER', 'u980034691_gj24S' ); /** Database password */ define( 'DB_PASSWORD', 'R7jfvz0n9F' ); /** 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.VHZUF}wIqe:yk:>QZ%Pw<Yehih^jK}Fvh-3KR)vW8@a$4jEudF7S/voNgbVSDH' ); define( 'SECURE_AUTH_KEY', '&&D70SdH=G7)0(k(*3+H77`k6_!`+VS6<+C:,l~;>o>RSDbuwy7}$S!,~~FPX)g(' ); define( 'LOGGED_IN_KEY', 'j24{g~u3]:PFiNV/cbys2Z]H$D%^yx%3Wr^+~}NJ7DC{6dh2V=RAM_zFt@YM_S^m' ); define( 'NONCE_KEY', 'EpzRc_}<6I(S_f/(CeF?7hD>42k1>}u7rp)x OUf)=z~Amm#QWi2|rnnMi,R<A~s' ); define( 'AUTH_SALT', '1^|*1t>9Av;US|+.g*R{sP1:AuC&i;&W6n$1;f gJ<xEGQo!15Ya:S.IKP6ql#3N' ); define( 'SECURE_AUTH_SALT', 'lzA>qHaqce?U0i&5i/ev{IqU;^yT1B^gjh(#3!AE?3i9[geyPV5^[R1o(0{|yd(2' ); define( 'LOGGED_IN_SALT', '~h22=X7z1QOVPaI!.$/l 6eF1j(Xg`UsoH8|25usROROY>>*#4?DJHI4 rPt,{em' ); define( 'NONCE_SALT', 'Di]T.DFl[^Q7GHjM(s* s yUuX@E!:^bT`!@H-SNoD_toQ(jk*B5HQmu}g8c,:df' ); define( 'WP_CACHE_KEY_SALT', 'i:H&/Pzs;wMnNR2 VI*z>HckaTHU8}lhwj$R[[E+mu7Nv)TL&v5C6&~V7_iK6:<{' ); /**#@-*/ /** * 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 ); /* Add any custom values between this line and the "stop editing" line. */ 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';