Server IP : 85.214.239.14 / Your IP : 52.14.2.251 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 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_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, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/root/proc/2/cwd/proc/3/root/var/www/wordpress/ |
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: * * * 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', 'wordpressdb' ); /** MySQL database username */ define( 'DB_USER', 'wp-admin' ); /** MySQL database password */ define( 'DB_PASSWORD', 'T4ladas_f1ctionalmaps' ); /** 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', '#0QZO0]SbSX-B;+01EiP[z]3i+)V3w+-lS, pb:rq-mMG7I9J])|G7SZ#xd ~|2+'); define('SECURE_AUTH_KEY', 'rAq>{gk_nv49CoJ+7q;dNo2gRAjOyyc^mVKVuac{PJ*m`[NlqZx0KLA<|*X<x{tR'); define('LOGGED_IN_KEY', '|{@V`@XY-;V}5Ae|hW3l|9;T3kee?+V}fo:rQM[HnCAoQbGR3%s}a$jnFlEVk[WO'); define('NONCE_KEY', ';kCjmH5< *-g&G%8NKs}MkD! (7zVq*tN|L,D:9nE+ig5`^SR0S`+go FB8vvL+/'); define('AUTH_SALT', '|}-hx#G 0>-d:Q2Yj]<4o/_h+b(- JzW9C[-a/f2Wl@3^At]<fxYG;|^s[:Wa3<U'); define('SECURE_AUTH_SALT', 'o=;rZ&j&F^}1,-v]hu%m!#w@s,=q*#_Ch%C8T@[p!|l#zk?]9~*E1KT.PhR[y#ku'); define('LOGGED_IN_SALT', 'DNP0/YYkI5+Wi`zwXY1{e-[-)JTE3ZSGNDVX!Cjm&c%GyY~~ZzY/ G^ZylGt^cYr'); define('NONCE_SALT', '*-CmY4!|plpRZ >3dc-Wz.T +3=G-c rR&0P8csn^]7mzD)s+1 yJJ=$P&k,Wym6'); /**#@-*/ /** * 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', true ); define( 'WP_DEBUG_LOG', true ); //define( 'WP_DEBUG_DISPLAY', 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'; define( 'WP_ALLOW_REPAIR', false );