| Server IP : 103.88.176.108 / Your IP : 216.73.216.122 Web Server : Apache/2.4.41 (Ubuntu) System : Linux webserver 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.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 : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/ |
Upload File : |
<?php
define('WP_CACHE', true); // Added by WP Cloudflare Super Page Cache
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'lae' );
/** Database username */
define( 'DB_USER', 'lae' );
/** Database password */
define( 'DB_PASSWORD', 'lae112233' );
/** 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', 'Tv:2@3H%`aqgC,UJ|dJR*(Pv$Rd!Q-JiAvlY(-tIb}>m|2{{U4JdBlxTufNwy/)c');
define('SECURE_AUTH_KEY', 'SS+l[-Q>G*C*~>^@>7k2JzSjx,Sn[6UZsLrfqCv23qVNqU@g/}5FAk*#u5>~-r<R');
define('LOGGED_IN_KEY', 'z$[VS|J<^>EmW?&}[eXr#rr*^q>RXMmN^J.QP,st.: (=0#yxI52sP0EiiXP_UqV');
define('NONCE_KEY', '6Z%l+5*GV+-xE72#k}4eLf:3J+wbf2|b!broTACHeV0&53_f{^LH?/8(R0-+|/$2');
define('AUTH_SALT', '1_ko$14-)*p3p5J-kuFndnLG&wmk{U6ac75]X,JfR7+7hMZNe[m-fL2aVfhJ*C;A');
define('SECURE_AUTH_SALT', ']Xb*l|hS qNzPBAjD?jxj2/ofrU@)L5r(W~L!%Q>nk}%!z?GfqlLDY9fnZ&,[-cb');
define('LOGGED_IN_SALT', 'tP,s,+h4$+aZLySjm66]l$<PZ|-x@m:eR$[;$Dp17.T4]5,%T[_|Z_:k6O~Wfv+R');
define('NONCE_SALT', 'G2}J7RgAP+iu_|$rPB9q>[&dqNX} ZNb, |Z#DV({(-tT.Y9w$|/-fab[7R(DQMF');
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';