| Server IP : 134.122.68.113 / Your IP : 216.73.216.243 Web Server : Apache/2.4.66 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2 System : Linux hostname.domain.tld 5.15.0-113-generic #123-Ubuntu SMP Mon Jun 10 08:16:17 UTC 2024 x86_64 User : auto ( 1002) PHP Version : 7.4.33 Disable Function : 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 MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/auto/web/pavygyo.pro/public_html/ |
Upload File : |
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'auto_wp_ae2c5a7e' );
/** Database username */
define( 'DB_USER', 'auto_wp_7112be2a' );
/** Database password */
define( 'DB_PASSWORD', 'h40X242JEHn13Fbn' );
/** Database 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', '=i7mBMsV9qGo0@/j?bYemh#-%Al,kvi22b]pv2u@&HY VE000^3+DIsc0|O}G|Dh' );
define( 'SECURE_AUTH_KEY', '6,9A[>>hc8#(+{QyFgG~0:tE.Ca |-c@~8_b8%L4L1AS6n4=i>MH7MAE>rV-Gw$g' );
define( 'LOGGED_IN_KEY', 'R}S92(2sd6<oTQDc3}cAdVr_jCE8Ak=5`#Sm*<ocMA&oe8GYN8`An$<i1cmiru:+' );
define( 'NONCE_KEY', '[]^vJyK1`jn 5X.{yCEqrH>r6LNcu&[LEV+]_R?BOgSsUT|2LY2DYjC~/kUC-8M`' );
define( 'AUTH_SALT', 'N#,!t^/m9Jn (Tox{sY>mM2>.f:!p g!U!>ObpZmJuf,Y eE./S[C}RgA75Rlu2v' );
define( 'SECURE_AUTH_SALT', 'glU,w*DO@QCvj#%3oMst{]2[BL`@xCS{T|9EXL?Aapp?Sc8_s8W@BSEmWS1E,_|=' );
define( 'LOGGED_IN_SALT', '2r1@DCMxZGG*_k[l#svhZXeXLLk7kB2t&B*>j<@`S_LS*%)u6xkgH`/x_gj]fP|1' );
define( 'NONCE_SALT', 'W8TBzxdc2e/TEhA]j`Or`j<VVT8sZ E/}e15-!JR,z`G%HpLy;1|E*_3{s)T5g]W' );
define( 'WP_CACHE_KEY_SALT', 'Z0Jr40Aq5H]{98ODU*S+vSiYS^qS~~ZrgQk~HX0Q$3&^0ljsuz-&Ota^j:tNi>~u' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
$_SERVER['HTTPS'] = 'on';
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
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';