| Server IP : 119.195.102.159 / Your IP : 216.73.217.134 Web Server : nginx/1.18.0 System : Linux picell 5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 x86_64 User : altablue ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home6/pmwnew/ |
Upload File : |
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'pmwglobal' );
/** Database username */
define( 'DB_USER', 'pmwglobal' );
/** Database password */
define( 'DB_PASSWORD', 'CKJJ2dDPr4qfBbzF' );
/** Database 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', 'RO)x*z(F)w<9qdeO$$D0^EVH$[{*@].,&Bc:4:1w=:5,jWF@Dj%DPvSa]H+bXRHv' );
define( 'SECURE_AUTH_KEY', '_.fhCJ`<M3|x<s]N$!t06A4~D$K{&O4P(ZDu;wXbj6k{hzxAs TC-<R8C<krKfzy' );
define( 'LOGGED_IN_KEY', 'TIRMT;X]4C`o:veMCL}>40XEvDdj7+LSuGFfxhX?d[7FY%V%FIa#2h=F<5KgmM^^' );
define( 'NONCE_KEY', 'UbZ5@@tM%-(,nXX$u{PO.u4UvyyR.&_UT!*e0Dr1P_iIk_e#+zX_=c@?T$!w$T(z' );
define( 'AUTH_SALT', 'vo+9.?`Bdwb%gEp?/ci_Ea1U=U*/MyyvzKEPRDMJPfLt^xP%F[`Ba.+HV]0.TQuy' );
define( 'SECURE_AUTH_SALT', '$PV@mE.d{$#gMr) %TqvMPKR)RrnB}tkH*D3SNxb_3ervko5`Xncbj=;jAx)HyG6' );
define( 'LOGGED_IN_SALT', 'D3PG-h_C=uzuJ#ou]*h1kkvz:R+ly2Qb^#LYq_0e?aZqoYUO>9;K3S!;okj*P:n}' );
define( 'NONCE_SALT', ' 9r7j.x+?<5^Z6:T&{.R,fxL>OcR&dB~Uf-S`)Vey f~nR[<?r-a!c[@;qmIZS=w' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', true );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';