| Server IP : 37.187.148.235 / Your IP : 216.73.217.75 Web Server : Apache/2.4.58 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.13 System : Linux server01.weblinkdesign.it 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64 User : lucafiask ( 1024) PHP Version : 8.3.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/lucafiask/web/dev.acquamark.it/public_html/ |
Upload File : |
<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'BKQItbXQAz5EmXgtScf5pfjNW2y11lnaWoDGLNJOtlCK6DKPupRME9XPMRx0aBO4');
//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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'lucafiask_acquamark_dev' );
/** Database username */
define( 'DB_USER', 'lucafiask_acquamark_dev' );
/** Database password */
define( 'DB_PASSWORD', 'ef3e97044fc939709f97' );
/** 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', '$r,bL.nQz%|G*b{{k2&>eT*,=?yXvH8Lwv}}zGQ|jsGkyexAF!m-05-?0QRl(rx>' );
define( 'SECURE_AUTH_KEY', '?@/M/imx:ZtS4QMZ=/?uMW(~4KHvN8z_]CRz59pp~_W&8NG?>+ /,fM 2KLow`+5' );
define( 'LOGGED_IN_KEY', 'fIoKKy(u$&jm$GI5*p3M.~5@:2}>v{1+fT$#IedArmK4)`!L|N*#[_bt^F;|2Ot%' );
define( 'NONCE_KEY', 'w92RCN&|ds[=-3hw+2vb`/ 8iW_W&bGYA0iZE~2TSV[3Y&ZAv;AD}Sz+jGPId8We' );
define( 'AUTH_SALT', '!J+g}?mg|Zf( t7`wUG(,pH~Y-dl*>fyS{Q*khs%9*fmaH[&3-Eeag[t0|GR;aT,' );
define( 'SECURE_AUTH_SALT', '/HzTn+*sx[dh}6n75YjA+2]qN>}Mo~}7m,d|XA2Zbr:v@!2D7Y~A$kWV.[hqQr,g' );
define( 'LOGGED_IN_SALT', 'DJ+yhp)$U(V5-rPn|)Q$h77y<#_a(T x_{>(?hraE5W7Dc_.^>FR usyS+~ws l' );
define( 'NONCE_SALT', 'R)AVv:?LM@$U?G_/w*q[uBC++/{c|=lu<U8)k}`?x5c]7gca!?-0B@~1t(n0+VX>' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'wp_C0Gav_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
// DEV/STAGING SAFETY - Acquamark
define('WP_ENVIRONMENT_TYPE', 'staging');
define('DISABLE_WP_CRON', true);
/* 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';