HEX
Server: Apache/2.4.59 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2
System: Linux panel.ctvbarranquilla.com 5.15.0-102-generic #112-Ubuntu SMP Tue Mar 5 16:50:32 UTC 2024 x86_64
User: bastidas (1002)
PHP: 8.2.18
Disabled: 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
Upload Files
File: /home/bastidas/web/bastidas.tv/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );

/**
 * 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://wordpress.org/support/article/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', "bastidas_web" );

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

/** MySQL database password */
define( 'DB_PASSWORD', "n^ei\$#c;#GD8}{qd" );

/** MySQL 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',         'zly7ksqiv4hgyxokrsgj9ex7zkcaacaz9id27rp9lspggrcobiz9oxqnxqmyupja' );
define( 'SECURE_AUTH_KEY',  'wqvfgllbzxbd8isqorw2inblpksm2jwnhvtjwj8pixhxn5p3rbeotsmsm1qmetnh' );
define( 'LOGGED_IN_KEY',    'srrcve6scfzs3prfzgnarqrdmbrcl2yhojyh2npjtvvnqmzqqdkfcejutbaevtvc' );
define( 'NONCE_KEY',        'wtjzgvnbtbrnr5vrhiretlhj9w56uzaavqls3vsfnxqlatnlqwlx8zv2bk7gqvfi' );
define( 'AUTH_SALT',        'brjhkxjr9xs3h7jd6f0lwfphfwqkhdlhtd6pzutawkrlfmvi1glzxgcgvtbumqaf' );
define( 'SECURE_AUTH_SALT', 'qmj9uuutepdprvfm7ydyj5nupweghtluitphecihfvstwp3e4d008pcwn05arugv' );
define( 'LOGGED_IN_SALT',   'e1enhvmnkuwh7vh4pzrk8w5rbzhyocld79ch9ox79eklomoya7knloepzhdut9ys' );
define( 'NONCE_SALT',       'xtwv2wum9gsimiygpnyt4gdss4s6qoji0irln1upxxn2b2hthavaipc38nhq9g5j' );

/**#@-*/

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


/**
 * 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/
 */
define( 'WP_DEBUG', false );

define( 'DUPLICATOR_AUTH_KEY', 'IAe}1fop]ET b,lXIV]RWlH Mc?A,a$GuUdRzQZm;~+~GAyB]-=vTS^OB-],C=G=' );
/* That's all, stop editing! Happy publishing. */

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