nique 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', 'klrdx0neu1pfcwgbim9xcz7rgt1tftinpfbodhuxp8oshgldx4wj7ouizpambh7n'); define('SECURE_AUTH_KEY', 'wajic9swu6cwyx1pzeiykfma1k17ejkad9v7g20dmmok80kqkomgoq6ek5koyddb'); define('LOGGED_IN_KEY', 'vwsyehofeklrxzjbp3sxhulce9niklopokbefbywkkhclfsxvmwcpxagllw8sd7z'); define('NONCE_KEY', 'awvxekp8wh94i83z57sew8lifbhnirjzamusqyfbyl0rqysnijshlhjxqumtxgh1'); define('AUTH_SALT', 's218cv5mqglov5hffflnnfmvws6v53ndbkktanzykv1zwcz2mlyntaibfrtwhowc'); define('SECURE_AUTH_SALT', 'ebfb2eqdzv6dmhyh0zl5fpcbglgwkderwmoyo4poobmyycbklb12ew7zznnlxt1l'); define('LOGGED_IN_SALT', 'gicf08e6vsyqgywws2ny2ombi4xaxgxkzeip6etpfblqfutmvt20frp2jqmzc3yt'); define('NONCE_SALT', 'gcghxuyrixdhzw00hnb5vcuxwisyq5ocshl62npfpjehstg94mmy0jvqvsr5gvns'); /**#@-*/ /** * 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 = 'wpgt_'; /** * 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__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');