//Begin Really Simple Security session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple Security cookie settings //Begin Really Simple Security key define('RSSSL_KEY', 'FYGJL5a30j9BxMlmlmnlkhhvTBExtF44p1UDizjNmFDEhlkiXeBE79O3jFx63B5v'); //END Really Simple Security key /** * 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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings ** // define( 'DB_NAME', 'silv4854_new' ); define( 'DB_USER', 'silv4854_new' ); define( 'DB_PASSWORD', '31DGlF4519bw|23CGrerf32!!!' ); define( 'DB_HOST', 'localhost' ); define( 'DB_CHARSET', 'utf8' ); 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', 'D|4ZOD.zqL):r+lsOa7d4^69y[>xSJOLqJ=IW S4;Xx3ht]o`b8@boqGa&crzFwT' ); define( 'SECURE_AUTH_KEY', 'GsJVR_YY>7!P$kL!^EYVMffk6Xl~09F^${<>q,=VW4Vk%JMI/6F8YT;$71oqpEsF' ); define( 'LOGGED_IN_KEY', '7kgO7hl?XiP2k|ogNzuj,bmW8{66x$!mF&LJR*O|oTOd0zkCSV-g:<0E(DBF)Vv7' ); define( 'NONCE_KEY', 'e@=G%e^<$Rud{^L#v0 3(~E-FRlZ?nH[^<|v,vB1UQr%9Fb)v];Wo|uTMX!wL%rOS' ); define( 'LOGGED_IN_SALT', 'G,C2I7,y%lC6 ~o@hC60c@_^(<;8,;IBN>`S(^5?k%!AV/XAofBtK~lP@y9h!.0FP9J[-8' ); /** * 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_'; define( 'WP_DEBUG', false ); define( 'WP_DEBUG_LOG', false ); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) define( 'ABSPATH', dirname( __FILE__ ) . '/' ); /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';