| Server IP : 164.90.182.227 / Your IP : 216.73.217.47 Web Server : Apache/2.4.29 (Ubuntu) System : Linux wordpress-kuzoconsulting 4.15.0-122-generic #124-Ubuntu SMP Thu Oct 15 13:03:05 UTC 2020 x86_64 User : www-data ( 33) PHP Version : 7.4.16 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 : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/ |
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://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', 'wordpress' );
/** MySQL database username */
define( 'DB_USER', 'wordpress' );
/** MySQL database password */
define( 'DB_PASSWORD', 'cc364cfad3719f9ad20b0bf38152d0d61e9fc82458c0330a' );
/** 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', '' );
define('DISABLE_WP_CRON', 'true');
/**#@+
* 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', '8Ef1+lpigP@0c9?-CSp2eW$Mo2oQN.[Vy0~y%0hl*o.<W*IV~q_dO,NXV:tZzZ,6' );
define( 'SECURE_AUTH_KEY', '/8AL b}w!tMuj&=ySj3at?wtmgPu,PGywT2qQT^9^VMTWAHoTaIs#*:~pAK23n%O' );
define( 'LOGGED_IN_KEY', 'EUF]8PuM*U*J?cflt&zpd}md)7QB;RCKTpwZlY^@aU>-U2ZAvZ`OZ}R`k~aIUg1@' );
define( 'NONCE_KEY', '_4@plRR8o+?n g|$3BtTVe{fF^rX($ySx8!hlL1>8t$Vqn%l+ha#V4|zQsiniZw.' );
define( 'AUTH_SALT', '4z$JmW0_<ddN/Yz*Zg{<{%9?Ro{?QJ^R1Do6-^MLDj6,VpMK{3UJc4*z^yL,R,FX' );
define( 'SECURE_AUTH_SALT', '=/D`KINd*WC4h^~D{`74EpMY*6V#1i7^ ]}et&jL>GLO`rwrF< _QIjgxhoqk^-C' );
define( 'LOGGED_IN_SALT', '.8(^+hMb$}AwN7^t9ky`rTL4dVr:~!bD=L=[{2:45a[K~?`aqd *`HGqy8z-!V/u' );
define( 'NONCE_SALT', 'DBE_W[9$3h($*w*D:P}KyOYqACPS=c[z} Un;AUR`|gsem,A*kRxj6sr9h(ccSs#' );
/**#@-*/
/**
* 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
*/
define( 'WP_DEBUG', false );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
define('WP_TEMP_DIR', ABSPATH . 'wp-content/TEMP');
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );