[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
Data Shendy
/
Back up Shendy
/
DATA
/
Back Up
/
Web Estb
/
public_html
/
[
Home
]
File: wp-config.php
<?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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'establl4_WPAVS'); /** MySQL database username */ define('DB_USER', 'establl4_WPAVS'); /** MySQL database password */ define('DB_PASSWORD', 'F2DCchgFqKtBbpzsX'); /** 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', '16a4a628de617e1961c6eb53a8f46537d49e8dd420fe1632e447ef747bf2d851'); define('SECURE_AUTH_KEY', '94c1376ef28e003733e9bbf5d4deeb8a31540509ebac5b6c1cb58c3fc96876bf'); define('LOGGED_IN_KEY', '740f98fb96f7b2700a119b29ceb07881a3d27a417d4eea15b12399ddbcb120c8'); define('NONCE_KEY', '94eaf5d73dbfc7e824b34902bcedf373730866b4d94dc15496f4389dcf638264'); define('AUTH_SALT', '929326d8509bade2a27c9040db78024d7347298dce495900dcdfc66605f8cebd'); define('SECURE_AUTH_SALT', '1da5931cab97af89965f4f21e81f33d5619fe1b74d2a74e01a335da272a81d5e'); define('LOGGED_IN_SALT', '539399b21e11da798b335c485a31bdcd2743fe5595448ff6bf40d8d8a906fa16'); define('NONCE_SALT', 'a5cff29dc039c15a79d25a875a812b3162044d4f7d0ee827b7ccef78889e217c'); /**#@-*/ /** * 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 = '_AVS_'; /** * 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 Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define('WP_DEBUG', false); // Settings modified by hosting provider define( 'WP_CRON_LOCK_TIMEOUT', 120 ); define( 'AUTOSAVE_INTERVAL', 300 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 7 ); define( 'WP_AUTO_UPDATE_CORE', true ); /* 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');