| Server IP : 146.59.209.152 / Your IP : 216.73.216.46 Web Server : Apache System : Linux webm005.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : infrafs ( 43850) PHP Version : 8.2.29 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/infrafs/www/ |
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
/**
* 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://wordpress.org/support/article/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', 'infrafs486' );
/** MySQL database username */
define( 'DB_USER', 'infrafs486' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Nathan1505' );
/** MySQL hostname */
define( 'DB_HOST', 'infrafs486.mysql.db' );
/** 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', '+j5-,Cp;n.@RWCM4i~T~q,tgQw+oHnr-J1WLW&46H%#3:KG[#K]iEh(/I2|ncmxN' );
define( 'SECURE_AUTH_KEY', 'L-79mWC4ycl)ya.~o/<mFR:>k),pEBtOKlus7.3Xv9k2fZC5`^jf9-u9A4ohuE=N' );
define( 'LOGGED_IN_KEY', 'rW.Ju,!T~uV4Mc; 6d.P)u`_D,G>b|EyD,Ca?Iw6_V~:@BS{ >fxNTAH<K8neJE[' );
define( 'NONCE_KEY', 'GWsz75C2MSyN+2U-EYF,LUEDdG}nFWU!BLR-pHR!_p>Oyq#@)kUUyew66T;rg7S5' );
define( 'AUTH_SALT', '}saM(s|M9=pH!ne#C0~7Q958Q.88a.*Iv#DF<m73H`84]x2izsTivK&)!)vo$v~z' );
define( 'SECURE_AUTH_SALT', 'P;{hcwep)*l]986NkM7zt0:^(R]up;=Qo8x07GUR5{*qN{,Lum0;e)B|9F)>Ao?k' );
define( 'LOGGED_IN_SALT', '}C>$nvmH_hMlErGr]>-z<y{P$!B`OcX%?OdvsR8K6=&oc(iR? p8GVH./1v[QqGc' );
define( 'NONCE_SALT', '[(nIE+peWMbWy*/3 5m}p)arHNyj^sR]~7C8*&)by8TdSxiz;|04efE0v~5D]n*q' );
/**#@-*/
/**
* 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. */
/* 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';