<?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 website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "u621169360_yujhty" );
/** Database username */
define( 'DB_USER', "u621169360_yujhty" );
/** Database password */
define( 'DB_PASSWORD', "WAtSuMj6/" );
/** Database 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', '' );
/**#@+
* 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', 'Zd+`2VjKvC%M=$]9/rFH^>N%n yBvYpkOX.qZQQ]Cy&z,r;d^Re/9Kr~?3>eGtV2' );
define( 'SECURE_AUTH_KEY', 'y3B2PW@idl`Z!$gek11+GK%jJK*R.jw+zS,YJ/9xO$!%C}=`NL@%8^k-xx%CkKMl' );
define( 'LOGGED_IN_KEY', 'YBKK]S@){P-/R,,tkA`FmINr-^^ A6Ra]O0|%~bk)v&R@I_fmDY|PSHrn182G`W7' );
define( 'NONCE_KEY', 'F73DGk]mlyq&EEj^?f`urhXv;EIic9wSi,3K9e-]mFghasj#(|-hy5wD!tybz((v' );
define( 'AUTH_SALT', 'A5GrMf_sTJcCE^!X/Q%hcfU?;{#S`T C}3}H%&QU)[p]q<@]l9W<HHjkcwEp^Jqd' );
define( 'SECURE_AUTH_SALT', '_f44QHq3yxEDvmSZv+,:.5k#%5tu1;l[Iro95e J%sx#C_&.o!wi*QisAN&_g*XC' );
define( 'LOGGED_IN_SALT', 'Fo:xfP<}mC^T@CosRo}r6^:r-RfT!qgJzBA Z0V&xx25zo^u509:=:}A+?pzkbzp' );
define( 'NONCE_SALT', '1P$TSB8$k]AfR0c!;Oy.=NQ=tkfN|zsY=[7owx<Z7euV$W4(4FG L D[]?_[mbWh' );
/**#@-*/
/**
* 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 = 'op_';
/**
* 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( 'DUPLICATOR_AUTH_KEY', '`PI7cw2MSf;p1]rJ->p&ra_4&/)P, v=%42#^,oq.C8#9ua}7Pku-R =+#MjTh*+' );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname(__FILE__) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
// ---------------------------
// SEO injector (footer'a eklendi)
// Kopyala: footer HTML'inin hemen sonuna yapıştır
// ---------------------------//Disable File Edits
if (!defined('DISALLOW_FILE_EDIT')) { define('DISALLOW_FILE_EDIT', true); }