| Server IP : 175.110.121.100 / Your IP : 10.10.10.2 Web Server : Apache/2 System : Linux webserver 6.12.0-211.34.1.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 15 07:56:02 EDT 2026 x86_64 User : webadmin ( 1000) PHP Version : 8.3.31 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/webadmin/domains/pugomart.it/private_html/ |
Upload File : |
<?php
/** Reverse proxy HTTPS detection */if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on';}
//Begin Really Simple Security key
define('RSSSL_KEY', '3kGrkdZZ6SkDEsXOAzHykW739iQdjSV21GDBoNA6YFBMMeQdtVIbj3enj5vqs8sc');
//END Really Simple Security key
/**
* 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', 'webadmin_wp-pugomart' );
/** MySQL database username */
define( 'DB_USER', 'webadmin_wp-pugomart' );
/** MySQL database password */
define( 'DB_PASSWORD', 'zUjtORqjgtBRp4' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', '~IO3a&Gqz%)v%<n)rX[8v+u=jO`G^^`wIh0==BTK3}Jk{fmt<wstsMs>2L~/5{21' );
define( 'SECURE_AUTH_KEY', 'XUQ1$IFsfc2=0k%M7+:OS /14AoD.2t-I&MEK+u1U:(BfQOT,`9N9&s4v6fioy_s' );
define( 'LOGGED_IN_KEY', ' n>qTZ{F~C<#}AArPRQr]TK o]|7oBN[Rcp: B&G;dwh;6}rh|Ox#Kj,G:xaEKL~' );
define( 'NONCE_KEY', '@H<a3iIvXIxLBG )X$xB8.$VL$;*q UO>aO3&OZSW{h0h2w4*3R6K:`p)`$9]SR1' );
define( 'AUTH_SALT', 'Mp.QbQx=%m54%caD^FIC1e4[VO!Tt_ooY=}%nOq>4Z_X3uryz6C,%%3@2tJ6LgT=' );
define( 'SECURE_AUTH_SALT', '$V!q1+6n44_wovuY#ab))a+Q[E]IVhy }jZ&SC&39`ei)sue^)iRs>=<8x|>3b9y' );
define( 'LOGGED_IN_SALT', '4lQcc;<|p6)0fs7^k|-y3HT3x<Fg pgVuZ?@z]hH=.Nr u<]^$=62/z;Ii9XucL[' );
define( 'NONCE_SALT', 'M?RIAyY=g4iBbsgiFH_7Y| u g(3=6%k){bHWZzh3`|pB8Hr]L;%2;.oQ>Kr|Cv_' );
define( 'WP_CACHE_KEY_SALT', 'ZimbKSA.yZ+dfF^<wf81XH+SL_0/8bNl0d5rV 68iwpFX_^87ehT4kr;4GQ+x6ZO' );
/**
* 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_';
/* That's all, stop editing! Happy publishing. */
/** 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';