File: /home/manukaar/public_html/d7b5wp/c/wafalaw-WordPress-wp-public_html.txt
<?php
//Begin Really Simple Security session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', 'v89N8mIVy9AZmrcSj09QR0sqUooLEG0GK0JaN116Xosd1OaVOPbF8gxT2ooUYrwo');
//END Really Simple Security key
/**
* 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
* * Localized language
* * 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', 'wafalaw_db' );
/** Database username */
define( 'DB_USER', 'wafalaw_user' );
/** Database password */
define( 'DB_PASSWORD', 'pjkQG9uW**dlxqsdee' );
/** Database 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', 'n;@-%s3`[F F*$3H]-l$&PC.3sk!U9%!/G{LUC+MOlTCM5pv[X$xqq+$A#-Nc4CY');
define('SECURE_AUTH_KEY', '&&ozi6-hFDd$y|b-n(la;KH8=yN-:H[ba[ORH#O0<|Zt$BlR=n1KWYz9G<-zu&-m');
define('LOGGED_IN_KEY', 'U/#|>T{nt1nO<iXl]m_22{n|rw#e`D^I)~=|s0J/i7R;c=-3KFcd)[3rZ.*|QJ.S');
define('NONCE_KEY', '+{Z|hbq}w(tSyju>a5O~PqdINFhY>n0(EJ3wA^,WJG//eU9icFV|-z+dS0ES_P+M');
define('AUTH_SALT', '~2Ya5b/M#1Lu5F^T|jOj|ocf390&8?f]-hLvx-o+A&/|&:8M2]vM`I| 8+n4y|2l');
define('SECURE_AUTH_SALT', 'dH#r#@*iG?pT|(L|2l#T3~yA%2g2z}U%>M(3qtpZpsQhum=N@}SKtA|yE;U7MhO!');
define('LOGGED_IN_SALT', 'f#/xR-W^]wUdOJt#qa%AhD4@+4!9pX>pzE]L}Lk;NsX^(YZ*G/7|x~kWWPYs6HCI');
define('NONCE_SALT', ',v }T Kz?`F>aVe5iR8-$}HX_:J_k4e 6zr5RU=0(wNfTa{|V-N||~F<x}o4+?$|');
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/** 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';
@ini_set( 'upload_max_size' , '128M' );
@ini_set( 'post_max_size', '128M');
@ini_set( 'memory_limit', '500M' );
define('FS_METHOD', 'direct');