HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /var/www/html/www_scuolainfanziatornaghi_it/wp-config.php
<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/documentation/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', 'scuolainfanziatornaghi' );

/** Database username */
define( 'DB_USER', 'root' );

/** Database password */
define( 'DB_PASSWORD', '' );

/** 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',         'Si9H2;|Tg@%8l?s EbP#`9)pJ{.F+mc]}Sh1%zvNa:QPQ;}DH?JEMq0g!8G-c1/H' );
define( 'SECURE_AUTH_KEY',  'T0zEx~yQj<`$|04LUSEl<Mu<^F$>p{}? 2kdp;i5=f dZVLv%:M2r%-?f9VQU;R*' );
define( 'LOGGED_IN_KEY',    '-ogQypxs45to<lEIz|3{rrio!w+rKGk3/(4sOnV~1=>r*qqOo 6[$x/6)ACT=zb+' );
define( 'NONCE_KEY',        '@{I4;?q:&LJ)87PTYC<h`-7Ft(.+<e_j(,LY.V6!ep0eP1VB{It`R448cC$hx7$,' );
define( 'AUTH_SALT',        'pqUp2x/_BDLF[S7f%aZ|A%5]vv(c8oJCP=Op^W>qY{x4_@ih<IwsxhoZLBnWX^[X' );
define( 'SECURE_AUTH_SALT', '[oyNU&bDBv6lyfH/Bf/F!q;3*#ht3)i|$_/RF28fJjTYJ#7U{GY)|c:g:q[-G?oH' );
define( 'LOGGED_IN_SALT',   'Q?+BN8=VajuO,3!y1+{waK.n^DT6AUN9tA)|c8G,_T{9PD/JS]GDw}nk,`[`Y_O)' );
define( 'NONCE_SALT',       'q8W];?]C~|~6vhGtf2Phy6M//5J=3HRB>}w7KmOh|MHwZcu3r{4rN5##@aW#Q~8X' );

/**#@-*/

/**
 * 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/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

/* 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';