JezK
Edit File: wp-config.php
<?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', 'u476218181_IOt3e' ); /** Database username */ define( 'DB_USER', 'u476218181_CyGeA' ); /** Database password */ define( 'DB_PASSWORD', 'Fapb8rhhRk' ); /** 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', 'evnT1}lIwV@c|[TqD3U%sneOH^AH@B^W#,41.DP>D7%SnZl p5NnK%3liC%N.-+@' ); define( 'SECURE_AUTH_KEY', 'zEdF4vzMHns1X7@s>*-+`RWo!FOr}RtUj<MCd!2_gGO]`B|1r(n2DdVnfY3SrJ0>' ); define( 'LOGGED_IN_KEY', 'VN@h1]FA!( -)e0j`hL):KsSg+[9#zEwprSSs>8V#?`d@*ENX64s;B&52bzL@k?a' ); define( 'NONCE_KEY', ':)n7mq3Q!*Bs?:.So o_h>s.C!LW8U]y`%IdCUU_L{2sf&7xoX*}YG@]+XPF:z;.' ); define( 'AUTH_SALT', 'R/F^2KI| `jXd[F!]H~7]s((hK97TQ35ld1[;@>kh4QixNX|zE%%k_[3.4^`o&]j' ); define( 'SECURE_AUTH_SALT', '^0JYpXlhl;98imrudR@)PMtBHLJ*}Hqfn@?~(=Mm>>NFE>D4~u,FTx>01#n$HZ:y' ); define( 'LOGGED_IN_SALT', 'e:dX[D!2kmEk~PY/9RU*D=dUTyBR`Ko;#g[m.3 16~*Wj@C_:$2LZGh%M1]<y3P`' ); define( 'NONCE_SALT', 'Kqfd=vRA{jfnc!m+c:j0 yl+nT0K0izlPjI/.<DLY/)2X[^nhT:Y;!2$m}`!<6~[' ); define( 'WP_CACHE_KEY_SALT', '^<7=C,9x)G.;&D#z<e5,xnU/G>V6Ae4v=n91A i*>S5Gx1F26{13^p}:Mu5074D(' ); /**#@-*/ /** * 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( 'COOKIEHASH', '89843fbe44c8757b2aebd3c1d7a3ef4e' ); 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';