%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<?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', 'hospital_blog'); /** MySQL database username */ define('DB_USER', 'bloger_hospital'); /** MySQL database password */ define('DB_PASSWORD', 'VHz,-bRFDL.;'); /** 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', '>o|v5]H/!XZz nvupnkk`y#z4lTCU_jFs=0<,Z51E,lE:i6c^L;*y9eQ;%kPQOH/'); define('SECURE_AUTH_KEY', 'M5MTt]([~OT)D]c.l)K!$BSpZJ;.Bp!C~M`W [Vo,QYAh*:_M[x|etDz_iFe[U.x'); define('LOGGED_IN_KEY', 'O);s6vK%l5/W;|MYQ21Y&C?L@?lAYR9|*B*i6|KSf6bM0<TDdEB>I<V<Qs!t3}?B'); define('NONCE_KEY', 'JOt~9%v*wQJj9hPzH&u7XKtBZ[2<t@/B8!vPMplzp22vaBu3nT<~qEZl1?S7Ij}R'); define('AUTH_SALT', 'm?`*[)jEp-.Is0kT)]4/xkul*Kt/J? kg(b:j,7:%!pK8R*(p7<245(A9!}cpV{z'); define('SECURE_AUTH_SALT', '?qjIw%U=r7@D{$?=#LwUBWU>5U2uPK), ;ILwBsl9z0u;CaU^m,R@Bi>!EmX3qXv'); define('LOGGED_IN_SALT', '1s!-}[|W?0m|$&p5Y^+A_FV,>y|d4S$D<+h%u]Dxue,uu@{V_f:v1~cas-K9@E.]'); define('NONCE_SALT', '3- BqI#x e8G:IH6w#QcK7$ah:(ay?A-K)oWHjHHVOLJZOKYzWW`U8.oJd6U9y?<'); /**#@-*/ /** * 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 = '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 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');