| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/harmoniegolfpark.com/ |
Upload File : |
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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', 'zini_golfpark');
define('WPCF7_AUTOP', false );
/** MySQL database username */
/** Username của database */
define('DB_USER', 'wroot');
/** Mật khẩu của database */
define('DB_PASSWORD', 'wroot');
/** 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', '7$c?V/s&A^}<t=P=T~[+yUPKD.Nh+lo[9:A=`Nu5z{m3.?*Ry`MWE|;ykWemItj]');
define('SECURE_AUTH_KEY', '~b rb_MY D!m>[MoKf.,ii(eyhEdhl7ep|dtY]N>I3ct&+Bmkm.:67nq1?n<muwU');
define('LOGGED_IN_KEY', '`~qii_(}A>ug`R,XB.A=jF{b =0Nim}{(K4K[W:k,5}@ZM_IG!IX5x_EdVvoq^_+');
define('NONCE_KEY', '7j5:wsw/BG@L oF1`m;5dC!PO@H;5ZU$H680ny-I^.Q:^BY{`%qQPCNXF&BM[n45');
define('AUTH_SALT', 'Eb,!l+f9wA9]i$K6&Fqr9=0lFVTh;l[)$2(]2ePOqL uI_D_?b}A}grKY$+l`leg');
define('SECURE_AUTH_SALT', 'oJH${/tcP:UDNC$]XaC:ew>i+AoB|:J.urouE~o*yNl c%Md&(=3P)^M!1{yas;w');
define('LOGGED_IN_SALT', '+7GKFn`%XF57P~}IW-e1AdOt/3u6!Igt_CH0WD#jJ/)3%]qv.BKjk/b5(c)( vtc');
define('NONCE_SALT', '}e>>qGiP^1OlwOSMvPg@[]e_#IFI}1_v?-}xr%Bvbf} =bW#>S/}!P/[?7[lp>#t');
/**#@-*/
/**
* 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 = 'zini_';
/**
* 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');