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 : wpmodel1 ( 1034) 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/forum1/ |
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', 'forum1' ); /** 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', 'H*?Eyx]n:>Ozqs(hOe>ft_#nz+V8S#%*(+I?;AN)K9f0lh<x(y_6wcadEi|gei[O' ); define( 'SECURE_AUTH_KEY', '[. J:I3T%=]APp&mPb%],u2 L@)R*Sn~GS5_.`nEQO46Iod-.;g8^6E:RP.~*Sp+' ); define( 'LOGGED_IN_KEY', '#!PW+TZJ|$Pejs*2`!uYo(KyZWpbh3wEy_8jJ]~V^zrfnI/Wg&`t!(oF~7InJD*I' ); define( 'NONCE_KEY', '_Rt3I2+,S?#<*DX4gaZ-EQoawCh~./3`S2/,Gkh%bTUX|655s4Jc~J3x]oTL+Cbh' ); define( 'AUTH_SALT', 'XY-;UO`h{7(P0_s!eF<oi4f[5P&2X/LfDg(#guzkH6*{O@uo+Q!IF&}CW_v17-|F' ); define( 'SECURE_AUTH_SALT', ',QK,p ckNW86Z:X=A4n?<]pgi82}#Sh[ys4eK28K{Qa$GtNe7hSkrx[>RBsy@g;P' ); define( 'LOGGED_IN_SALT', '/{@LTxpj#w4D/38N:`O?Ow>Bs{#!1h9%xbM_:aBxc/>VD} *Bj2%eTs$3aO]9A0^' ); define( 'NONCE_SALT', 'Ce4<yLd4Sl,lD;~H>c})]#vpV%%N,-X|<Q9%9RnVj([hv iLj5-[<~V=7=qmZ+ga' ); define( 'WP_CACHE_KEY_SALT', 'gurtq681)O1I~.`qm&2=e%`)iWH c`Ed~ciI2(6PN0d4IoilBP}t-Nw-ix7Ul' ); /**#@-*/ /** * 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';