|
Server IP : 10.111.20.6 / Your IP : 216.73.217.80 Web Server : Apache System : Linux webm006.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : edizioni ( 7252) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (7705) : /home/edizioni/stampaeweb/../.config/../gulfanatura/ |
| [ Home ] | [ C0mmand ] | [ 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', 'edizionigulrib');
/** MySQL database username */
define('DB_USER', 'edizionigulrib');
/** MySQL database password */
define('DB_PASSWORD', 'R1b31R436');
/** MySQL hostname */
define('DB_HOST', 'edizionigulrib.mysql.db');
/** 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', 'pq+2k26ugsbSPJvFBSB2VmmKNXwPauxy/ZX5p3S98n1X9hYWBdHCzY3DLtgK');
define('SECURE_AUTH_KEY', 'WaPXvh67VscZmkIdNY8OTAnPhR61Tx8A0zvNadOm9Vl8yEinDEBgV3Hx8ofP');
define('LOGGED_IN_KEY', 'olZdEVVcn4da+3IjOgkSjPRuzvm4+Ef8fchjfnOSoVzzQhYmJEN7tprUfoy3');
define('NONCE_KEY', 'ktb3Hmj/aXAxWy0icn02K0oY8Amm4lvKV44I9qOBb5MMd3t+N7ctecPv7TlL');
define('AUTH_SALT', 'nisySD2JO1jw/55xY5mhtxP8jqKsoJBE665s+4clApoPNsp9TJDZV4DTXkBk');
define('SECURE_AUTH_SALT', 'Zmb6cWkRXj8hCbHc2cskcZbEEjtsAm2PUmS7OiFf0sIfb+tsfl7uvsDG6nbd');
define('LOGGED_IN_SALT', 'WI2RYIexkartED7W7w+ImRTHvU04l6kJOunRbMiCG5Bwc+0wB/cCvRqLf1hD');
define('NONCE_SALT', '6VfrgZwobzZfuPOVvx72Zx7ywWJTJp/3QA6y3cB9YvDMz/VnaridEht4D32s');
/**#@-*/
/**
* 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 = 'wor9039_';
/**
* 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__) . '/');
/* Fixes "Add media button not working", see http://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/ */
define('CONCATENATE_SCRIPTS', false );
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
//Disable File Edits
define('DISALLOW_FILE_EDIT', true);