* 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', 'l4rwl5jbsmxngx778syw1klguf6ntmwn5vyuwzwvmfqzwqldysh3udrk4kk7h6y4'); define('SECURE_AUTH_KEY', 'glcwwd4inqfv4njtjk91k9lpaigqmqlbamkjolpwlmmothpb0wbvt6rctty5enk4'); define('LOGGED_IN_KEY', 'wbddna7fwnnuctxw7ldzjepatsep89d2lbzwubskire9sowup5muu6105t5nmuak'); define('NONCE_KEY', 'etum9zpiyycp3qo7ndasrhzpvxxew9tinsetkmrz5hczrnmrp7sxx43grkunsssp'); define('AUTH_SALT', 'yz7xgfb58xrsb4n1pxrny2kgucrvwv6f0bxtdamgyhvahthheidx4w60j5pehey4'); define('SECURE_AUTH_SALT', '4lgppoyweflk3uareramlenzcqadxgkfn8z8ay96ac4kjucgeydmb3kqyn1mo5rp'); define('LOGGED_IN_SALT', '0jqbu5lqhybivgrswa9ksdnfetj8nc5bosfegzcplac9unub5wnywokmph4xuqhf'); define('NONCE_SALT', 'nironi4isnuqwuzoyiwzanoc3oejqruv31ui0bmwielr4u9oekeykgbiifbtwumz'); /**#@-*/ /** * 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 = 'wpnv_'; /** * 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');