Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/ |
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 website, 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/documentation/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', "lakehotel" ); /** Database username */ define( 'DB_USER', "admin" ); /** Database password */ define( 'DB_PASSWORD', "fe2b5882c3401dc4cccb80cd96bc9dd06dcacebfee99e9d6" ); /** Database hostname */ define( 'DB_HOST', "localhost" ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', 'lhhxicg3qcgwxvfoqaf4pi0l4wvrqle5vkmzowhfh5jfl4qzxobbuexo0o70fayu' ); define( 'SECURE_AUTH_KEY', 'ovyurgoo8latbktt1jz96sn3m95hgldhkadsonioylzlmyaws6mxycft3jzb6plc' ); define( 'LOGGED_IN_KEY', 'i6vhzouxutmp61o0axzg74iqjpwfov70opiyst1dkcbhfy82f2anngshlwg42nvr' ); define( 'NONCE_KEY', 'naaclbq3dhgyohk5navicb3bca9l35duxbas62eqxxrk1urk03nnnyumpznlk97b' ); define( 'AUTH_SALT', 'ezuessgpi1kvxxwijdbtnc7reg5x4mh6surxlenqanjmdh1khl4qpchpopth7qza' ); define( 'SECURE_AUTH_SALT', 'phq3as4sswc6wtp4hta7kzkbfdx4fsqjtoydku26egi0egzbkilnl8t1oodq74lw' ); define( 'LOGGED_IN_SALT', 'sn6cejndeaoaeicbdpcyu5trqxpns3tu43sjlkgrqyysmtuxi9tvdu6mb6xuvpep' ); define( 'NONCE_SALT', '6cxw41rkrh0yrsvadwac0fvsgeoszzki3xrmvvep6hzcyctesflgyxuctvfk0lbl' ); /**#@-*/ /** * 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 = 'wp23_'; /** * 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/documentation/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', dirname(__FILE__) . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';