WP-Config
<?php
/**
* Custom WordPress configurations on "wp-config.php" file.
*
* This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
* For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
* Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
*
* @package WordPress
* @generator GenerateWP.com
*/
/* MySQL settings */
define( 'DB_NAME', 'p08173_corti' );
define( 'DB_USER', 'root' );
define( 'DB_PASSWORD', 'qwerlkjh' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8' );
/* MySQL database table prefix. */
$table_prefix = 'wp_';
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', ')3hG2--b)ld4$-8.4i`et*s@o1XaL$$xLM6PcyLp25yLg0Ony|}-+N2++r4>|Rn@');
define('SECURE_AUTH_KEY', 'IKV]?}X98LREvuuT%]z|~xI;iN#q|2)fG~FU,%O^A!0)D$v]tP:CJ{M)-{&p><h=');
define('LOGGED_IN_KEY', '`;qk{ht,@jd|Vf^yd%$70|Fu}4?x:]6bh]IeWU-_uF+`q[JWvuF#9 l<|C+0@Dyl');
define('NONCE_KEY', 'F}lH7w<GQAqgv.L+g5I/bodBSgn.mO5^!{$hC~AycEa`!@hvtAhAH`&~MAR.[[L#');
define('AUTH_SALT', '` I+K+yd(1b+1#:}D)Jj|6p*8W2FE/t+x`PQ`klbtk4-*Yv.+S');
define('LOGGED_IN_SALT', 'K`|;~JeK`ax-g.Bdk;P{ubyS~OF!OE)*AH2V9UJS#H$j/pw$XrVyfX^G!01=-oTC');
define('NONCE_SALT', '@5#h^mDNs4#Q)/M!5%Bs|t~YC-4g.GV|Y,<V1^Y}WX)8}LX.Z$5zl_# 1`B(yC?&');
/* WordPress Localized Language. */
define( 'WPLANG', 'it_IT' );
/* AutoSave Interval. */
define( 'AUTOSAVE_INTERVAL', '360' );
/* Specify maximum number of Revisions. */
define( 'WP_POST_REVISIONS', '3' );
/* Media Trash. */
define( 'MEDIA_TRASH', false );
/* Trash Days. */
define( 'EMPTY_TRASH_DAYS', '0' );
/* PHP Memory */
/* 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');