Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/plutus/public_html/old-website/ |
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 * * 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', 'plutus_wp45'); /** Database username */ define('DB_USER', 'plutus_saini'); /** Database password */ define('DB_PASSWORD', 'Vrishti@11'); /** Database hostname */ define('DB_HOST', 'localhost:/var/lib/mysql/mysql.sock'); /** 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', 'NbG&[`&*C<D9dpnkJS*7d5DzMxh.v&x,%7UV<>-pA0-BzD~vm-,w&X,pPOzt#Pq['); define('SECURE_AUTH_KEY', '9{s.ni ^Xix]&XKk-!uCU]HqNe2gCZ-y4bS#py_z8EtbQao({vP=+t(?p_3y0DpI'); define('LOGGED_IN_KEY', '*q{GRIvU4zg ?9--AV-4vNk]w8S!;+uHrY|wYe3kuWvHV`N-!^dRg%TWp?o0O~C_'); define('NONCE_KEY', 'W`}<`gf}[w3ULMY%g3T&olqcaJ9N!Z?Xdy[%]:t<.CQj=WFWuJK2ArD<R{Io~gK5'); define('AUTH_SALT', 'S|#Om%QjXs~i36R#WP8i>)Yz]t)h@rueKqAzjz^EQBA|+^IX+#;l+_v0L&q21o[y'); define('SECURE_AUTH_SALT', 'F}x3y#|z8D7K,X@9/oqL8Kj!ei#Iy6+Q^>~K~=oY-[;%:m`DSy<%-y:+FFNt|C%~'); define('LOGGED_IN_SALT', '!#LF^X1le97^+B0ry1*{E+=CQ^[)ZR%_fb|A5;J!A/*&.}VxtY-i*-kD)o5v95L_'); define('NONCE_SALT', 'V1h[A|nDC,MA95hCOX2~F=o6kR?mdx&i~JB1_=X<zSJ-5$;U{4sN8EtppS7#JA|-'); /**#@-*/ /** * 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'); /** Affichage des erreurs à l'écran */ define('WP_DEBUG_DISPLAY', '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. */ /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');