| Server IP : 170.10.162.208 / Your IP : 216.73.216.181 Web Server : LiteSpeed System : Linux altar19.supremepanel19.com 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64 User : deltahospital ( 1806) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/deltahospital/public_html/ |
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', 'deltahos_deltah');
/** MySQL database username */
define('DB_USER', 'deltahos_it');
/** MySQL database password */
define('DB_PASSWORD', 'rL=x((3eYwsB');
/** 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', 'fA<ne8JgYAyzQXTS1j8/n{.k84nx!J.SaHJBn!N]k$fgLVVBdeRqE]hPc[g^1HwQ');
define('SECURE_AUTH_KEY', 'ZNR<*O*jNfO%gwLA$Z--w7ryx`X>53~&y<KI@ts)C|mMg/74u0#T*{v%NAN9WwIV');
define('LOGGED_IN_KEY', '2J@c{n?TA|$G<W8DTIh[7W< XgOf$S=nSwT7t3V#Y./j 0}!8~xIWTlp3FKRd`y-');
define('NONCE_KEY', 'W=2<H|SF4AX?78@3H~JoaGxz+^FOv&EM84G%w3|d?jSr+`Scb;0.}u]F*-O*fC_F');
define('AUTH_SALT', 'C$96LR*Q&fuRTS3=AZ}|5.[gDK(`(7?2d@mWQ22X$/b,ey~DY>mTFi@KE62G[NCX');
define('SECURE_AUTH_SALT', 'W)%;]zw380*-S>HE 5AU`$#WXDAA`m[t9HAmE7(q(0.3L#Z]NN2ka<P3.dfG.Y}]');
define('LOGGED_IN_SALT', 't9_SuVI?L4t-ODmrrA4&$da6}T3dQp.7U9o>?o@Iaa>|{A}bXcapZGYK5d-%kj,i');
define('NONCE_SALT', ' 33E&C^fiJ|on9>6,TphGbb%,$b1Y5d4p726eM>F|}q:>%&XUyJR?kJ-$ .&-%;%');
/**#@-*/
/**
* 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');