5tarl0rd
<?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
*/
//define('WP_TEMP_DIR', '/public_html/wp-content/temp/');
//echo WP_TEMP_DIR; exit;
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'pakbar_db' );
/** MySQL database username */
define( 'DB_USER', 'pakbar_usr' );
/** MySQL database password */
define( 'DB_PASSWORD', '5(r8[R]#3d$S' );
/** MySQL 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', '<2eHm_9,KsX`xvn!A~L!7ei0jf@RJ]fWKC&=e3i*:^}J`=1{v%<g*X_p27W^|DcS' );
define( 'SECURE_AUTH_KEY', 'l:o2:okLvdjpA1i5SP:LKg;-Qn1zI&tzM`:J1wX?YKYK3;#{nV@dWl]!TU}hpYm*' );
define( 'LOGGED_IN_KEY', '?Y?qg8vr8>xpK){00`!hL(bY Ja+.FmNE~BM2s}bFL-><@<0..G&u3@WQ$)=PIzd' );
define( 'NONCE_KEY', '#0I<wJa>~L=[XH]~<zG6D8[p~7;mr:L?MnY0^>}-=]aas^L%~B^Wr^}5XBF10L7F' );
define( 'AUTH_SALT', 'RnjaN`|j_OK}jx[6sX, l}5!?T;%Lx([pN]2.ztvG;e:9 nd3Sc_Isc@sg=(np:F' );
define( 'SECURE_AUTH_SALT', '}MsF!#W-W(=edoJ8wE^{>ePr(y#g;qSSzU*3$0z:HEbxzx&wphcp84Z(ampI|Kb~' );
define( 'LOGGED_IN_SALT', '|_+L=t?6FNHc%QKXM(1I!cdMm^t|8)t2JWJsZK*28M~C/!zVlBF-Nd_!|(Tk0k]K' );
define( 'NONCE_SALT', '2^lp~cQG*(69%bP?tdjm:O_=XqobHOPI(T6+w{FQmq^nE^@#7}C<fWc<wO;S|<is' );
/**#@-*/
/**
* 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 = 'ppb19_';
/**
* 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 );
define( 'WP_DEBUG', false );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
define('WP_TEMP_DIR', ABSPATH . 'wp-content/temp');
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );
5tarL0rd By