Server IP : 3.128.248.115 / Your IP : 3.129.39.85 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/myseniorassistance.org/ |
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', 'myseniorassistance.org'); /** MySQL database username */ define('DB_USER', 'wordpress'); /** MySQL database password */ define('DB_PASSWORD', '&ARt#nDf*kch0Cr9zpbOK9z&FHg72yG7'); /** 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', ''); /** Amazon Certificate Redirection by Load Balancer */ if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false) $_SERVER['HTTPS']='on'; /**#@+ * 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', 'l2{*t!NmBcE?X}z|h8[H(r7uiSI^43#C9J5F,IY`u*Lrrzs(yell.|dbr*SQv{>1'); define('SECURE_AUTH_KEY', 'H4a.AQxw89ggdkt_<_?#n Qo~@?L=%^0(UpQ5Y&H:pdeLi|IH`Q].=FB&UObk1v_'); define('LOGGED_IN_KEY', 'Su>b+I0,<gcN,Q-&bRJqoV>s:wCu:)#/|..,dEU>-Xd|N+cn.:@0)wf3--~9)i,)'); define('NONCE_KEY', '{+5Won^}YnDZ)eXvyJe ZtgjI/+[PjVd1SZ8u(R@k^xO$>uT1.$3&3/c&jm*-Y3o'); define('AUTH_SALT', '(W-1xi++9+,W(k>(#FD-68FOB9*`9W)Z?@Jd&?+O(V2egNJSekT^in&h$cA+-J~k'); define('SECURE_AUTH_SALT', '1tZq@_-a2_J)k#D7O]IfawLgN|i-#vcu{KSv&V_n9CN,2Yg0t]8yb5DL=-OH2k1J'); define('LOGGED_IN_SALT', '4CHm:fQ|=y]J&P,c1IYVNvh#SVSI$-Xd?j++2gxmRzuBJ;S+PBL#m 4g*0vx^wrL'); define('NONCE_SALT', ']dO|N6%8`+A>~B{bGRMzo|^ef3xK+(R+7FWq@9EVlz#AJ}3W5N2+/l^}~Jq+@2~n'); /**#@-*/ /** * 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_pn18tag3xv_'; /** * 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); //define( 'WP_CACHE', true ); define('WP_DEBUG_LOG', true); #require_once( dirname( __FILE__ ) . '/gd-config.php' ); define( 'FS_METHOD', 'direct'); #define('FS_CHMOD_DIR', (0705 & ~ umask())); #define('FS_CHMOD_FILE', (0604 & ~ umask())); /* 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');