JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbraX5bTEz4z[^PBwWVA.#Aqm ol+&-Uwi6z3#*@6dtwEHBZAAEs6:pSvgA?)0WUIv-Tq|aCRtw8B:>)gTXw3e3?+.I7%z Sbv:HnAL?ZN@piHZ0^W,P-' ); define( 'AUTH_SALT', '~.i]2w:l$+wrBypCvG}qq=GKKvv&ByTp%:Rmmi&/~|j4y=|V~tqTab1dn*t,GuB@' ); define( 'SECURE_AUTH_SALT', ';N-Y=Dl%ncc5cE1%g(c#59q4?80^lq`W+rU-T)Z|`.bV+2mS448ds;wn~u5Ws|r=' ); define( 'LOGGED_IN_SALT', 'm/9 Oib64]C|tJ{2-N;-/Tm}>b4vvORf7w2sG`bmlU)HV0f4HgZL|2+noi@M5cbz' ); define( 'NONCE_SALT', '^xhVzO:WLazwq6m#fyb?r{6Y&Dz*vCs+`xJ6yC&sAC%UqHC:CP[T YrbhWG7wMOj' ); /**#@-*/ /** * 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! * * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = 'wp_'; /** * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ define('ALLOW_UNFILTERED_UPLOADS', true); define('FS_METHOD', 'direct'); define( 'AUTOMATIC_UPDATER_DISABLED', true ); /* 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';