define('DISALLOW_FILE_EDIT', true); define('DISABLE_WP_CRON', true); define('WP_AUTO_UPDATE_CORE', true); /** * 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', 'musfafungicare_wp_yiz3n' ); /** Database username */ define( 'DB_USER', 'musfafungicare_wp_j33os' ); /** Database password */ define( 'DB_PASSWORD', 'r4HatbuHSg0^$?02' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', 'y+Cf_JY#85K]45k]dL:@M7C180+_*tvzDm]f8zY|493/*Y55!umsK@n!N#+~2_Sq'); define('SECURE_AUTH_KEY', '3Gfsz|4P/1~7h6@zh0i*Cu%GXsv-8AQC4iXJ%W]0Sw9jV)E**6~v)sF@1K2*EM4!'); define('LOGGED_IN_KEY', '*Kh[E6|B6-ex[s448g|Q#N7y:FzXKY;285UoOlaH0h87-foVa#8~g76r1zz+&6&v'); define('NONCE_KEY', 'D07+#6Y766xSywOG-(_wPA-2[(v9fllecNd9f320P55&Q_BLY|eN6tBNd5GXU&_('); define('AUTH_SALT', 'Yr)j6V~2e/n5@wa79!1&89KP1lY|K&sne@i~33o3sgd3a59BjAt[BU*us#Dny|g2'); define('SECURE_AUTH_SALT', '9|kt5PiVIG%39W/B3_v4DV!Q%|3#9R7!@kpO9i5hP-8V6gZSj[Vj0Gd;NiK3G9I4'); define('LOGGED_IN_SALT', '-;b538[[BI4[0bA&LfeSaO3-rWI;+TQnge(C4*d6x/7c-Z@9Ue2bQM#e8qZ6AOK0'); define('NONCE_SALT', '8neNY1M(1Pw%_]%/V7b99@o8%h*a]5@@/65Ewx(Rsa3bp3M9V-5:Uf7tH3FZuS0S'); /**#@-*/ /** * 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 = 'R47sl_'; /* 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 ); } define( 'DISALLOW_FILE_EDIT', true ); define( 'CONCATENATE_SCRIPTS', 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';