Server : Apache/2.4.41 (Ubuntu) System : Linux wpfpm 5.4.0-1133-kvm #142-Ubuntu SMP Fri May 2 19:51:44 UTC 2025 x86_64 User : wpmodel1 ( 1034) PHP Version : 7.4.3-4ubuntu2.29 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 : /var/www/html/wpmodel1/ |
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', 'wpmodel1' ); /** Database username */ define( 'DB_USER', 'admin' ); /** Database password */ define( 'DB_PASSWORD', 'Rvz6shj2' ); /** 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', '!05{GYjuG(L2EDATQ=BJCwF!.bP.]}m--(^u^h>jZOM@aK,rkN3V}bLm>@%J7FP(' ); define( 'SECURE_AUTH_KEY', 'EPqzY:Vhf_dHp!yg= dL *MyogD~O{}k=^R(>hwu8r3#h4Ebnk@1d))7q7tQIq8y' ); define( 'LOGGED_IN_KEY', 'K96Fq8L,}XiEM_e9*bh0v9ut,I;2)d5Ec,JzLZ/T]R RxR|<-I,*p}WM=_+W?{Bt' ); define( 'NONCE_KEY', '@oCP6GU6GtC0Sr[%3ttM-hr7g]w$AidESa*~i4t=Jg*SxDe8)D2i(Q<$){Q:Ii/#' ); define( 'AUTH_SALT', 'en)ECo,dDk}!mGayrVHT1XCt/%>{-S_%#J%DH>XjFd_l2 B)hb,&8J2x- ^4wxSh' ); define( 'SECURE_AUTH_SALT', '8#,RWw:wCT~D#Q&l7nL5,tR;V!-#+7,4/Ixk:1}f1<be;y^!Sm>um6%z_BV?73+&' ); define( 'LOGGED_IN_SALT', '- $anTJR_C5A3H++tH!*MM9PS%G`5@;m;T)kc8_ul!oyDSx*5h5g|GMa^}GgfNra' ); define( 'NONCE_SALT', '^?[ogPn!,J*,T@1(E/KBR.AcfUmwZT2Vo@A#PZB17`dyD<,3/gN8q(fLOr7YE&x7' ); define( 'WP_CACHE_KEY_SALT', ')35xW36Gv1%VGD^[(e?sWrYTu%c:w{a`I~1&8=+Qg+xD*ypA$LclR7?O;)aizNZf' ); /**#@-*/ /** * 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('WP_AUTO_UPDATE_CORE', false); if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on';} /* 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';