Server : nginx/1.21.4 System : Linux puff3 5.10.0-25-amd64 #1 SMP Debian 5.10.191-1 (2023-08-16) x86_64 User : topfallbrookestateattorneys ( 1003) PHP Version : 8.0.30 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, Directory : /home/topfallbrookestateattorneys/htdocs/topfallbrookestateattorneys.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 * * Localized language * * 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', 'topfallbrookestateattorneys' ); /** Database username */ define( 'DB_USER', 'topfallbrookestateattorneys' ); /** Database password */ define( 'DB_PASSWORD', 'h13kPUKDE95TYqJ1Nw4n' ); /** Database hostname */ define( 'DB_HOST', '127.0.0.1:3306' ); /** 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', 'eOJ1R%D4,,E`ee-]|QCtS`%z(<ARt}H7U:RY?uuJ@~)yysY?|u!G~KV+&i43nXag' ); define( 'SECURE_AUTH_KEY', 'z;WOv:j$vx<J^EvT^sOm87pV!|W6XhR)<}TdM;krx@?_F[Dbrt25Gh!=V)7@d8{Z' ); define( 'LOGGED_IN_KEY', '4|`@+ `mqn:z6BM7=0v=Z8d7?R+@@$(`)%!ELek?,5f}3$}{0/dX*q)mfg2Hllnk' ); define( 'NONCE_KEY', 'lRkJSRpoG&RP82N<~FbAM4W}@^J^tqf^Lw#=>wCfd2bId@e+V;UN-]#HbjW|+iBB' ); define( 'AUTH_SALT', ' kJ S6UhYeOUcB[)}!< QtJ:U$Kcwy}ImNG&dftYb@]1iz;NUlvC592pJcfh,_J!' ); define( 'SECURE_AUTH_SALT', 'c[F3sX,WVC#Z&:_HIT(2nlX2K#w=%@gXpX|#?46XoI7b$S%GNY4Z$p=w^BVGfk%K' ); define( 'LOGGED_IN_SALT', 'yozzA.yaU`2guJ{d)Nl!T|(k4NByL[R27[Ga7h5.}wQ;Nb@H}.EYHasu9IoBJ4|d' ); define( 'NONCE_SALT', '#P+66Fn2(%#]/R1L5S+Du)q`)RUeK8)kxjk&Paq.6[Wv`I7fSsOCM>]:csP52T25' ); define( 'WP_CACHE_KEY_SALT', 'QU_g3*ygNi`zBb_*%O7]3ss8?!bRyy4lDa:Z?!]:>e<t@He|daD2e_,bzk*-weTy' ); /**#@-*/ /** * 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. */ define( 'FS_METHOD', 'direct' ); define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_DEBUG_LOG', true ); define( 'CONCATENATE_SCRIPTS', false ); define( 'AUTOSAVE_INTERVAL', 600 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 21 ); /* 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';