| Server IP : 104.21.80.248 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/training/ |
Upload File : |
<?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:
*
* * 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', 'quiz67' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', 'P@ssw0rdMySQL0' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', 'Nr0!Uv:$kKzbU[k *HE5G`=ppj|4_EjctWKnz N]m6d$x5oSs3z@nJ(:9yC?61u+' );
define( 'SECURE_AUTH_KEY', ']|R=A;7$d[2|!b_>Dud$AD$f%}b>qfcJ,IhI!]T0)S:RLrPA/}OQlLPj)}:()&IP' );
define( 'LOGGED_IN_KEY', 'G*1 }a^nK:H{rfOGLCw.j1xD}0v!FXLB:`9/kT`I+k<Tzf<FAA.n N7#3*/Sx/|?' );
define( 'NONCE_KEY', '&;J5[UBvoHoG{QE-zEry/+Zy*B;-ol?DF>?BM;Yt$YjT.PN9m|zY1HJ4fVbKcqK@' );
define( 'AUTH_SALT', '9H]`jfN6R[ [;9Nhbu^f2YT_oAH2#&+i8v<<Z$gg?}}aQ%JA{Z`oNClB ?*j1k!C' );
define( 'SECURE_AUTH_SALT', 'YA{eFcHLkx;l(bfcFOeCR7ZmXuZ/E|IA=TG$D/{m;>gF|n/BAXp]PVjl6[G=eHtp' );
define( 'LOGGED_IN_SALT', '+M79Z%B8*xit<$K_1%[email protected]#e%Y$R#g]IB.xq{;n<d%.AII-J+;PWlJcGbXla' );
define( 'NONCE_SALT', '%HkqN/xGgq4iUV]b=zvm~_<z`Bav}VKq3y4`_XQ]YO%D#&}uaJi>w o#7LY+ZO=K' );
/**#@-*/
/**
* 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 );
/* 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. */
require_once ABSPATH . 'wp-settings.php';