| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/app/webroot/new_news/ |
Upload File : |
<?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 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://codex.wordpress.org/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', 'nhrc_news_v2');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', '1234');
/** 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', '');
/**#@+
* 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', 'j0%QQ/<A?3$uC?cd!A}Z0Pat-C#I]4&NS)lXb!;mb^=eX_T#1;L0*aDDrC0}%J2O');
define('SECURE_AUTH_KEY', 'ZE0KeH*<H5gwKbDw%7-T99K_Nxg4Z5n}[x^Knj*vx^k;Tk>/&=kU)&Vf&LI1&Rgp');
define('LOGGED_IN_KEY', 'iVhAms@.m]mPO57@Meu|PQN9#y*_I9>!,cFN9Obj^Ps*a^~JkPNl98&tfAH%IN$<');
define('NONCE_KEY', 'yF`-D^y9x4@Sy2Icc{_,p2P^l|1M*XzF>q7V1FvT%4U7~@P`3`3wD^:^c]P{4&f.');
define('AUTH_SALT', 'n}=c{aHab^xjyZ1.iL]yq!$SY6S|H5;!5x on30-5,JtCLY@xX*}#5J+j%ub;(OL');
define('SECURE_AUTH_SALT', 'E:.3!~LZ)2TGV|4zDaG=S4EAEK~Exukun/jS?G8`,:fGr?$8%M`(L8D}#1Cp;W.-');
define('LOGGED_IN_SALT', 'n)zc2_ Y%k-}RuVWu.eUL:Oi2R!0,A1$z{N)G#)u?u3l3B&D*G)yxEblK^00-ToC');
define('NONCE_SALT', '%Yo!4GyKv} *$2@>;]xKQy6FGPJ`!UN_aJCM~Y5E0^BL6{W(yyK2ofSRFK,Oai;F');
/**#@-*/
/**
* 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 = 'wpn_';
/**
* 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');