| Server IP : 178.212.43.201 / Your IP : 10.100.0.33 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux spa0007.srv.paxillus.pl 5.4.17-2136.355.3.1.el8uek.x86_64 #3 SMP Sat May 9 17:11:55 PDT 2026 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/suzuki/ |
Upload File : |
<?php
//Begin Really Simple SSL 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 SSL
define('WP_CACHE', true); // WP-Optimize Cache
/**
* 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', 'suzukio952');
/** MySQL database username */
define('DB_USER', 'suzukio952');
/** MySQL database password */
define('DB_PASSWORD', 'J8gACym2jSut');
/** MySQL hostname */
define('DB_HOST', 'suzukio952.mysql.db: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', '6KThMAKx3r1sHZhM85cQjQXnb9+yzrnTs0Jx2qDWsp3Vq17UkMWmCbLiysmB');
define('SECURE_AUTH_KEY', 'iQgS6HCGOddk0U8bKVSE47m54lNzYwd4jZsTu+stbuP8+ItNSWU/858MslIn');
define('LOGGED_IN_KEY', 'Yqh58Bv5W4l26G1NU0f5yzpj9MnmMmudopnEdZsdk6hBfKdDruvIFbiT/1S0');
define('NONCE_KEY', 'Z6ZjQ9YcdB0aeHx9iGmgd9/xw0j5DcmMKzl6CLImOf6CUpLd1S2k6pWHh0b3');
define('AUTH_SALT', 'SHQ0805RVuGjxL3SQ2V2BNLUj7//Jbmgde7FRUoNNLxh+TXAqj8D0s441tq9');
define('SECURE_AUTH_SALT', 'Gg8N8dDCwATu+zcW2V2DiS35wzUQSC86bB+F1e6zZasYyIGB9Ws2LXexNGcb');
define('LOGGED_IN_SALT', 'D+CDlMk4MGVHvSQtF6fNIczkCOnCvXscvJb2sIO3mLas7GnM+QQste96qB50');
define('NONCE_SALT', 'rc8uuMNWfbu9jge8muTLuJCh+kViUy2eB+xAYM37S+ehzRh/rnxAiGnZkcKk');
/**#@-*/
/**
* 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 = 'mod22_';
/**
* 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);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/* Fixes "Add media button not working", see http://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/ */
define('CONCATENATE_SCRIPTS', false );
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');