| Server IP : 51.254.39.36 / Your IP : 216.73.217.109 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-12GDIEC772I 10.0 build 20348 (Windows Server 2022) AMD64 User : IWPD_21(allbatf787) ( 0) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/allbat-sb.fr/httpdocs/ |
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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'allbatf787');
/** MySQL database username */
define('DB_USER', 'allbatf787');
/** MySQL database password */
define('DB_PASSWORD', 'CbBq3vd3m27M');
/** MySQL 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', 'YFIeORof6gvGtog5M7q2NdKEE7fkzmwTX4lkHZHmX6WJNS1kMDq2cgXsZfyU');
define('SECURE_AUTH_KEY', 'TWDDNBaxyVl/Sww+k/Si7viJRWR4Alw9kkdgfhWLfnKjaWYj6oqia8GMJVCX');
define('LOGGED_IN_KEY', '9J7nGmry4Uc+rnM1tHPWeratMWk4npYPVGy+dWe1XSr9Xkbt+Oi18lmlgczX');
define('NONCE_KEY', 'uucJTz1aj0ZoREsqtUnSpQyrSIyTOuMCB6ywH6CP3EIVnbT02JDkwRVZRVNF');
define('AUTH_SALT', 'ZjJEsZ7tj5I3Oha+PpnGZsREfHWKYp5c68S2uDxZtisENyl70f/Oq7M9ZTI3');
define('SECURE_AUTH_SALT', 'LI8PWQz7aNe2cW1aNMXTKOL7gye791flJbAp3TBrVKMo5kitN815WEOY2ER5');
define('LOGGED_IN_SALT', 'W33tnQWlTSOnt+h//98bNWAt9x1/pl9D1VNeJ+ClasCEPJpwmNADAlI3UbIS');
define('NONCE_SALT', 'uO6i+wML5b0zPA/y/L5Um4HQ8+YVQa3+XIzw1S3cv+OaVGYYVdUXeUP6M/nZ');
/**#@-*/
/**
* 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 = 'mod189_';
/**
* 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);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/* Fixes "Add media button not working", see http://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/ */
define('CONCATENATE_SCRIPTS', false );
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');