| Current Path : /home/flapst5/ekmtoronto.com-disabled8.26.2026/ |
| Current File : /home/flapst5/ekmtoronto.com-disabled8.26.2026/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:
*
* * 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', 'flapst5_wp_op5q1');
/** Database username */
define('DB_USER', 'flapst5_wp_d7zql');
/** Database password */
define('DB_PASSWORD', 'Ekchsi$#111');
/** 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', 'MiEJ|2*5]EGwdT4bWyVIv2wZjs<(@A-p5|EA:tFw2&ZV3Gs>Bh+v[~o5_+2(#4&K');
define('SECURE_AUTH_KEY', 'vNNO~h|z2pY.)@;)sZ?evF0;1mT,s gd7{d=33>H72@gJYh|`%.OBk1r_tHeC!yZ');
define('LOGGED_IN_KEY', 'S+>o6lz0vgxHzVLImdEDOwa,XT~(v:lA+?#y|lqzZ[)#K!%vYZ+zdj|1-eR8y8&O');
define('NONCE_KEY', '+zHhAFY2m. mKqx,|qUNK}SI.Y9vA|4)?ASh=4D&_K5P< 6r(|6?<P]tLq5r5qQC');
define('AUTH_SALT', 'Be+$AuJY!y)78[$(:e4nAX(ECE3V0]s:(DE([B>FinzN(6+O//#aq[8305-LpG;5');
define('SECURE_AUTH_SALT', 'mv)]prUe/H#H~$gy9l`-s/EG=n^C%H]d0[|e+Y&.czMno bm0FD<L9J|qFG?4@?-');
define('LOGGED_IN_SALT', 'Q.*^kA4LmF<_zx%0D%8=GS5QWzK@_E+5~_VQi*5n1Z%R^i_m-iRTcE}:X_]A(38h');
define('NONCE_SALT', '9Z=`9@@<;p4kZ6MJedFrgV1BkW>0@|j15)J-r!jSI%oNp[[-Muyw`$+mOPwQBfcf');
/**#@-*/
/**
* 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!
*/
define( 'DISALLOW_FILE_EDIT', false ); // Added by Defender
$table_prefix = 'wp_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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 );
}
/* 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';