// Begin AIOWPSEC Firewall if (file_exists('/home/bruno/public_html/aios-bootstrap.php')) { include_once('/home/bruno/public_html/aios-bootstrap.php'); } // End AIOWPSEC Firewall /** * 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://wordpress.org/support/article/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', 'bruno_wp354' ); /** MySQL database username */ define( 'DB_USER', 'bruno_wp354' ); /** MySQL database password */ define( 'DB_PASSWORD', '*i-kdzQL3Lka$QM@' ); /** 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', '' ); define('WP_MEMORY_LIMIT', '320M'); /**#@+ * 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', 'vmxlmjiqzvmd2e1r6qdchjdmu1coot65dnxjbnqxdkbllb3nozq1kbqqzb51fugs' ); define( 'SECURE_AUTH_KEY', 'gdcmwy8xuyxhlt01x01jvnwiqw5b1xcv8lpgmbeq8gkigavdkxhcl7etxkjbpdqt' ); define( 'LOGGED_IN_KEY', 'xxcoruvjy87bkkzm8c9bqx9tdqobdai3lhmn6jazrfbn3onj0spd06mjfb2pl0ir' ); define( 'NONCE_KEY', '7jhdjys2qpqddlv7ru2byctmygilaszyqwnupe5ruus8ujxty160m6h1g0rxee0f' ); define( 'AUTH_SALT', 'omjuymhieyreos2slujxgtld3cjs9ljfz0t7nodvkaj11myn4vjbcucelazc0xnq' ); define( 'SECURE_AUTH_SALT', 'cckx3uvemodms2cnpon8p9rummtyef8elhzme7vzmvdqwqro7gckit7jljdcevjj' ); define( 'LOGGED_IN_SALT', '092jdcijnujgq6nq6qwvrgqkikpmxbwv4gk1cv9y0uss3uxachafjpse62ukllfn' ); define( 'NONCE_SALT', 'v8hjvkee5im8ii2vhxiremle2x5qxrmozelzp5ziecpnfbcbbueqxclixxdyc1uo' ); /**#@-*/ /** * 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 = 'wpzf_'; /** * 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/ */ define( 'WP_DEBUG', false ); define( 'WP_AUTO_UPDATE_CORE', 'minor' ); /* 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. */ // Block legacy spam '?good-details' URLs from the 2026 compromise with a 410 Gone if ( isset( $_SERVER['QUERY_STRING'] ) && strpos( $_SERVER['QUERY_STRING'], 'good-details' ) !== false ) { header( 'HTTP/1.1 410 Gone' ); header( 'Status: 410 Gone' ); exit( 'This page has been permanently removed.' ); } require_once ABSPATH . 'wp-settings.php';