Server : Apache/2.4.41 (Ubuntu) System : Linux wpfpm 5.4.0-1133-kvm #142-Ubuntu SMP Fri May 2 19:51:44 UTC 2025 x86_64 User : wp21 ( 1023) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/wp21/ |
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', 'wp21' ); /** Database username */ define( 'DB_USER', 'admin' ); /** Database password */ define( 'DB_PASSWORD', 'Rvz6shj2' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** 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', 'ycS~eZ&lf$ _y?,YQDqL%a6M4(tT|HD@q`7H*qH`TFl ^~dzeu[iU=miyMJG(YNp' ); define( 'SECURE_AUTH_KEY', 'd7e#6FT*(U:ZNJ#?8,e}#N)<sl@v8Z<uLCZ^C&cgn)u8zH&:k}lM5:)#>oj*GcOb' ); define( 'LOGGED_IN_KEY', '5L)~B7.(w5{SD~fd9^jQwB)VymH5F#W))Nc{nt:w!{]w<oLwHI&&hU^b>y=wu4zn' ); define( 'NONCE_KEY', '/@!hcBzAO]SQn{=]$Z{~sV-* tTWK.jX]lPKQ=n^EJMtW+gsIM$N`Ng7wP(Y.-gE' ); define( 'AUTH_SALT', 'MZ50]~Qf:K@j0nz0hSg^bEaqF8X&-eRx@_uDP,6:BQ<Gq,SjrTvKH7f19ydB%)Z+' ); define( 'SECURE_AUTH_SALT', 'Jr;S@/kK9JI!h|/7-&=5P#:~|u-#f/O-rJZnk(&}T4&QC;k$kx8]?;2iz!IVUP)r' ); define( 'LOGGED_IN_SALT', ')>:`Yj.sbAl]ks6+:sPmR`c$A`C We:U*mCELp{!&6>6pl9PwSq.*?dvSf2;a.pm' ); define( 'NONCE_SALT', '0D*;zaSML~Xh9uD}x(x94w:,M~<ov!ob%}bk_D0#6u.:|hf<pZgMU:wW{ACDqM!I' ); define( 'WP_CACHE_KEY_SALT', '~HqKxCb3$hg6;TY(#v%BbHX1jQ!&{@tG{i3a&FK0n#_zO0A9Awh^C_[acf_PeB6d' ); /**#@-*/ /** * 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('WP_AUTO_UPDATE_CORE', false); if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on';} /* 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';