PATH:
home
/
lab2454c
/
validatekey.com
<?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/documentation/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', 'lab2454c_validatekey' ); /** Database username */ define( 'DB_USER', 'lab2454c_validatekey' ); /** Database password */ define( 'DB_PASSWORD', '@uR1?neTPtJc' ); /** 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', '28Ilo=t7ESufbPHOuh]|ivysv|7].5~Spmp-hsg66;-F9?u.C)M1KFk)[%{px8Dr' ); define( 'SECURE_AUTH_KEY', 'Y<AeL/N,I?@n~q~6<F nE|1q_Xiq{PUI9m&To]Us^FY+Fs$|6*y!_Kvt47x%/5kF' ); define( 'LOGGED_IN_KEY', '!.0dSI@NZYMSXl!It. 1A9) qi7X:^x}pZWtYa9 )zV*n|[LDgUQ/TuHMp$+2@v2' ); define( 'NONCE_KEY', '=Rp#HEP#%aBn*Jq+/b9hzu{aEJjtxx1Y66!-s@m1o,r()5Zdud@vpVX?PmTN,S5n' ); define( 'AUTH_SALT', 'w$S`J1>&LEfnSQQ^,C/kV}+]%m<jY`Nl$l?F~*;.A|H+Yq+8&i/#I^@#>`lAX?+X' ); define( 'SECURE_AUTH_SALT', 'iVU2W5^S$jxGG^4l`5v ^c{0C>j03&aa2PYVYQ$=0&BSe_8ysAbR2%>xHyl9%L7l' ); define( 'LOGGED_IN_SALT', 'vy&9k/9<OY@fu3+fc,.FT97,(1f|<Q/t(*?kX%::%<]0{J|_:C|#x_5xb_w)X=<V' ); define( 'NONCE_SALT', ')VN6o@!V1cfu|^,xp=}.dnmvd4P4FwJ*ckuQ.<1L</9/3TmbcT)$d@kKJX~Q|juY' ); /**#@-*/ /** * 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/documentation/article/debugging-in-wordpress/ */ define('WP_DEBUG', false); define('WP_DEBUG_LOG', false); define('WP_DEBUG_DISPLAY', 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';
[-] wsoyanzf.php
[edit]
[+]
wp-includes
[-] index.php
[edit]
[+]
..
[-] wp-blog-header.php
[edit]
[-] xmlrpc.php
[edit]
[-] whsy.php
[edit]
[+]
wp-admin
[-] wp-comments-post.php
[edit]
[-] wp-load.php
[edit]
[-] wp-login.php
[edit]
[-] wp-settings.php
[edit]
[+]
wp-content
[-] wp-config-sample.php
[edit]
[-] wp-trackback.php
[edit]
[-] wp-activate.php
[edit]
[-] .htaccess
[edit]
[-] wp-mail.php
[edit]
[-] wp-links-opml.php
[edit]
[+]
.well-known
[-] wp-signup.php
[edit]
[-] wp-cron.php
[edit]
[-] wp-config.php
[edit]