PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/jairosvt/public_html/genteaf.com/wordpress/
Server: Linux server2.noticiasdecolima.com 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64
IP: 107.161.180.42
Choose File :

Url:
Dir : /home/jairosvt/public_html/genteaf.com/wordpress/wp-config.php

<?php
/**
 * Configuración básica de WordPress.
 *
 * @package WordPress
 */

// Memory Limit
define('WP_MEMORY_LIMIT', '256M');

// Adjustes de SSL & Domain
define('WP_HOME', 'https://genteaf.com');
define('WP_SITEURL', 'https://genteaf.com');

// Session & Cookie Security
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);

// Load balancing fix for SSL
$server_opts = array(
    "HTTP_CLOUDFRONT_FORWARDED_PROTO" => "https",
    "HTTP_CF_VISITOR" => "https",
    "HTTP_X_FORWARDED_PROTO" => "https",
    "HTTP_X_FORWARDED_SSL" => "on"
);
foreach ($server_opts as $option => $value) {
    if ((isset($_ENV["HTTPS"]) && ("on" == $_ENV["HTTPS"])) || (isset($_SERVER[$option]) && (strpos($_SERVER[$option], $value) !== false))) {
        $_SERVER["HTTPS"] = "on";
        break;
    }
}

// Updates & Caching
define('WP_AUTO_UPDATE_CORE', 'minor');
define('WP_CACHE', false);
define('W3TC_EDGE_MODE', true);

// ** Ajustes de MySQL ** //
define('DB_NAME', 'jairosvt_gente1');
define('DB_USER', 'jairosvt_gente1');
define('DB_PASSWORD', '1027octubre');
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');

/**#@+
 * Claves únicas de autentificación y sal.
 */
define('AUTH_KEY',         'put your unique phrase here');
define('SECURE_AUTH_KEY',  'put your unique phrase here');
define('LOGGED_IN_KEY',    'put your unique phrase here');
define('NONCE_KEY',        'put your unique phrase here');
define('AUTH_SALT',        'put your unique phrase here');
define('SECURE_AUTH_SALT', 'put your unique phrase here');
define('LOGGED_IN_SALT',   'put your unique phrase here');
define('NONCE_SALT',       'put your unique phrase here');
/**#@-*/

// Prefijo de la base de datos
$table_prefix = 'ja_';

// Debug Mode
define('WP_DEBUG', false);

/* ¡Eso es todo, deja de editar! Feliz blogging */

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