Server IP : 14.241.111.210 / Your IP : 3.14.144.35 Web Server : Apache System : Linux localhost.localdomain 3.10.0-1160.66.1.el7.x86_64 #1 SMP Wed May 18 16:02:34 UTC 2022 x86_64 User : www ( 1001) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/webthanhha.com/ |
Upload File : |
<?php /** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, and ABSPATH. You can find more information by visiting * {@link http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} * Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file * to "wp-config.php" and fill in the values. * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'webthanhha_db2021'); /** MySQL database username */ define('DB_USER', 'root'); /** MySQL database password */ define('DB_PASSWORD', 'jxWXZS5rXH6Wz2e3'); /** 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', '<m6[+v51 D<-J-s/Sl*2t[19sjy:k#D+g|qt^mA&;cps8S_=(X}S}:,T;Bb}HEEO'); define('SECURE_AUTH_KEY', 'ped-MYd-`7<U7fM2mUmG+]<?.e`^Pq]St]t>l@,=))@V:-C%hNe|45k!eq~=Pv!P'); define('LOGGED_IN_KEY', 'uZ(xg4UQ}d+AK&vA+2T;yq&W>^wUsJb FvT[Ct0b*oGUq}d8~ji,Eg0Z+5#9QUhf'); define('NONCE_KEY', 'Dji%3z%9Z`S5-P-2%]t c _INAQP0K`MCm|[m1Uq~VtqXH!dbqK_3xFF>=[]wsU>'); define('AUTH_SALT', '8.+6hKPyFDwO #5aHiEzxEN#V:dR($-C-&Gg$`l_jpN)DM~V1vS}%-2XaTO_j@XF'); define('SECURE_AUTH_SALT', 'hcF$ve6{!o<Su[>~gPZzWg=J8[L-@fnXe)_10S%[7:-4S)g7ws#iZ(zM*(bvJAN+'); define('LOGGED_IN_SALT', 'H#Tq1q+R07ksH- -zw`d]h>Ej._Qd(Fb])-1XtpW Kxf84`D*+TZ4u@`wqZ(FCrM'); define('NONCE_SALT', 'g)tZ-dl#d5?8~TX>mh9-)ca8u>IJ^.p9D4E3:!{I@AcI0/]@ozna}Ow!iD*M+7]X'); /**#@-*/ /** * 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. */ define('WP_DEBUG', false); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');