<?php //Begin Really Simple SSL 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 SSL /** * 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 ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'emuoil_oneem' ); /** MySQL database username */ define( 'DB_USER', 'emuoil_oneemusr' ); /** MySQL database password */ define( 'DB_PASSWORD', '4xz?j4[7;t1D' ); /** MySQL 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', 'jZ`6XH,ld}6Zk-rNzC{<(Sk%qnK~$fER4tCEi:$<NcR> Ixg3@nL#G$R7:C+#U<]' ); define( 'SECURE_AUTH_KEY', '@n$-uRJ|pj`u%X1<{jZpUOVRsF%zgf$+{bFwiIT-1yg>b~D-JF<!YK:Q -(R,*4b' ); define( 'LOGGED_IN_KEY', '6Uw8 AFiNLNxN.,w>TF#5mwvW/oqdfR;9G|LRZ?ub>}^}vMA;0cYDS?BrtKdhmdO' ); define( 'NONCE_KEY', 'R}:qxjO-9jl9P6Vbltao+Wl#ZC9i8.vL=gEW)2MRB(A;q>9Le6LixgvVP>HK,^y.' ); define( 'AUTH_SALT', 'nt}`]77&5tj#5m`^k)c!zJ7?ULQVkEo3Un[fIW@w~kscBPbc=4wX;rN}/wkzw9A-' ); define( 'SECURE_AUTH_SALT', '&V.wd&#cgT3=(UWw)GqGZ0u1)F i#|]4,Cw*e)_wKK BB.+9YDE$)[Xx^|^c$jRO' ); define( 'LOGGED_IN_SALT', 'JQmJ~%l6ycoYNDHSAnT[,E1U):N2`f2opp@XiRcx^-o>rsYC7Qa$]ZdxHO:LrTMq' ); define( 'NONCE_SALT', '}#HRqnFsT^9lf6=%kg,4{*=48)e^371HsX.U6v31c=&>vu~[R#E^_3IMPkfb+T 4' ); define( 'WP_CACHE_KEY_SALT', '$$1c5dFfHUN>lyLJ~wxJXZ,_KlgUZ/UM1-&l-Xk1{I*plge>3_W@9EDy=ZnY[i%R' ); /** * 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', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_MEMORY_LIMIT', '256M' ); /* 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';
Name Last modified Size Description