| Server IP : 195.114.193.97 / Your IP : 216.73.217.93 Web Server : LiteSpeed System : Linux host 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64 User : sembi4241 ( 1126) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/ |
Upload File : |
<?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', 'I0frI04SfUgmTc' );
/** Database username */
define( 'DB_USER', 'I0frI04SfUgmTc' );
/** Database password */
define( 'DB_PASSWORD', 'RqTOVZEpYQSyYi' );
/** 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', '1!oEx@8kzMfmEM6S}GXP1=o[`OL@IY0viqs`7wGNE}0gr8+_wH`N|):FHC-w8k?g' );
define( 'SECURE_AUTH_KEY', 'kh$e5U8K..Glh}ZwVb+fFbDM(T`[7xuN&^k*tsPZ239Zb!Z2T7^%FpM/4Q%!Kbx{' );
define( 'LOGGED_IN_KEY', '[O|4wpA2vu1cE% aO*&G@,)XdB+ax_=TJP^8)[_WHrs?|/mwM}[9>GGB6&v?QBEW' );
define( 'NONCE_KEY', ';Fq0LMq&?];$34{J%eg7ak_Ee{lhW5AO nA3(#WXm,q-b{$>3tR{ 8o#U!8v@qN<' );
define( 'AUTH_SALT', '(2wBi|#k%o.<Tu!]>7ptYr<`b*7@K{4|B7&}V8:H8V;gXhwS>VFv]B5i5ewgN0q#' );
define( 'SECURE_AUTH_SALT', 'R&]~V]!mQuCN$!bp{_8#&@Nlg.o%1)=ALN} *;wwzm{*t:!C)[vS<y[8V4jM-SG=' );
define( 'LOGGED_IN_SALT', '%sm?;,wTsy(,4tBkDONVPWZ$&7z=vQQ;nJz7zUn u#^Ho%$i3P!m=1+$xx<aO.xA' );
define( 'NONCE_SALT', 'K5?<!JqECi5oqCYKL]ZG!qO^3/)N@L,2JyIFu0c;A](3KWVrdTzHe`3^H2~/|=LJ' );
define( 'WP_CACHE_KEY_SALT', '(/*@H$;Og6r!^`J/NQtLeT!#EsfXXv=;.YY0uMTsO&u+K2E~ty*4>uiG1k|]9Qq)' );
/**#@-*/
/**
* 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. */
/* 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';