HEX
Server: Apache/2
System: Linux silas 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 7 14:54:22 EST 2023 x86_64
User: schuftan (1011)
PHP: 8.1.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/schuftan/domains/schuftan.cl/public_html/wp-config.php
<?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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'schuftan_bd');

/** MySQL database username */
define('DB_USER', 'schuftan_usr');

/** MySQL database password */
define('DB_PASSWORD', 'VNxLSzK6F@[B');

/** 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',         ',,/nT`sJb3f!=TZl0jGC,zXSdAf,kEZbKDjz%^-nMRWuT&(Mq_d05ck)rCP|Dx>=');
define('SECURE_AUTH_KEY',  '/:~Oy8H|Ir1[~=zJdU[@Q[Eq<6W[IT5>X>Uu#aGRqN`suQSq(T9f1RxRSpuNdTg=');
define('LOGGED_IN_KEY',    'D k3-`UXJX{WQWwnp>|L9|8@9 iq.=xAO57F[}1O&:vr ^[+kC7Odn{[:;d]NF>,');
define('NONCE_KEY',        'V[}Hgz.. S9GUrS(}ed>w3{h]LE$ng #k97[Mw4[**zVS!Zzvae,7 1BK};S^4T<');
define('AUTH_SALT',        '|+]mLK?>y,SP?4kY}zUg~8iMTx`5&b,B)YFy2Ao.{c/,g$DScS#i`FO09wbsNU[s');
define('SECURE_AUTH_SALT', 'PHB53C(E<cxnGcEQi9^I3N)#QkuBMX>Z.ja:~E?trFfWR@.T0fF(ZNMnq..:Rg5)');
define('LOGGED_IN_SALT',   'oC_>=4M[!G4fhQ)3XQG~U{h-/mCW1BA?K;AYA{<+jNcvMHe:jj~) :W n`_L/ot3');
define('NONCE_SALT',       'hnQa(1=ttBV27vALcN%kYz,|E)O6-/Vjr~(=<A2-`_?.NG}YJ{B5>mUXQ~k]v(hm');

/**#@-*/

/**
 * 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  = 'wp_';

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
// Activa el modo de depuración
define('WP_DEBUG', false);

// Muestra los errores en pantalla (opcional, mejor dejar en false en producción)
define('WP_DEBUG_DISPLAY', false);

// Guarda los errores en un archivo de log
define('WP_DEBUG_LOG', false);

// Desactiva la edición de temas/plugins desde el panel por seguridad (opcional pero recomendable)
define('DISALLOW_FILE_EDIT', false);

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