· 4 years ago · Aug 13, 2021, 09:18 PM
1website name: sàràlstéêl(dot)com
2this website only have 4 backup in month and rewrite to old backup every month
3please deface it
4
5<?php
6define( 'WP_CACHE', true ); // Added by WP Rocket
7
8
9//Begin Really Simple SSL session cookie settings
10@ini_set('session.cookie_httponly', true);
11@ini_set('session.cookie_secure', true);
12@ini_set('session.use_only_cookies', true);
13//END Really Simple SSL
14/**
15 * The base configuration for WordPress
16 *
17 * The wp-config.php creation script uses this file during the
18 * installation. You don't have to use the web site, you can
19 * copy this file to "wp-config.php" and fill in the values.
20 *
21 * This file contains the following configurations:
22 *
23 * * MySQL settings
24 * * Secret keys
25 * * Database table prefix
26 * * ABSPATH
27 *
28 * @link https://wordpress.org/support/article/editing-wp-config-php/
29 *
30 * @package WordPress
31 */
32// ** MySQL settings - You can get this info from your web host ** //
33/** The name of the database for WordPress */
34define( 'DB_NAME', 'saralm_com' );
35/** MySQL database username */
36define( 'DB_USER', 'saralm_comu' );
37/** MySQL database password */
38define( 'DB_PASSWORD', 'bPXE9Czx' );
39/** MySQL hostname */
40define( 'DB_HOST', 'localhost' );
41/** Database Charset to use in creating database tables. */
42define( 'DB_CHARSET', 'utf8mb4' );
43/** The Database Collate type. Don't change this if in doubt. */
44define( 'DB_COLLATE', '' );
45/**#@+
46 * Authentication Unique Keys and Salts.
47 *
48 * Change these to different unique phrases!
49 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
50 * 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.
51 *
52 * @since 2.6.0
53 */
54define( 'AUTH_KEY', '#ac!n>V*h0^oREU2c^Zd0h3:H05 v7I,r~/dsgIjnGcw1v?U6qJwYP>BGs%#Ulgn' );
55define( 'SECURE_AUTH_KEY', '5I`,YMR8JQ^FM$_ 1Kv tGXe17HxLUP!H@LBqOWzy/E /f|lP_#fAMy3=]{QzRx>' );
56define( 'LOGGED_IN_KEY', '22Z2pt))d*td)&)|,k%5gr6Ca7rW9rM]onkd3BPhZH22T 97j&QO%pfPKe$XdX0*' );
57define( 'NONCE_KEY', ' @sLyz~BOLu%e>nI)$p#f>ABL><t%0_ouH$`WE#|>HsgH4CM5%/>YJI(1jx%l{89' );
58define( 'AUTH_SALT', 'T}@aGA.GDmM4gtc0c nqRQA,q!VE(Uc6rD7{RO+]y B|/,O7/IDymqH0|n{$[l8l' );
59define( 'SECURE_AUTH_SALT', 'JN6`!%ek9hr1k1$j*|C*uSVU[%`BaM6Z92!28=#>HyWl*+,<@#S2i^2#FsN{=I12' );
60define( 'LOGGED_IN_SALT', 'PW%^K`&eK0Et!+29Y=bH:i/}aZY-7EV`2a(6yiUT!&x=jJb[px`ezddl%XO0O4U^' );
61define( 'NONCE_SALT', '7eRrWiMY<,{*o,+WJGp3}gq@X[#$2cHAU%j.%/8Q#En(R-oOzc!o9FBk3Jj9[F^V' );
62/**#@-*/
63/**
64 * WordPress Database Table prefix.
65 *
66 * You can have multiple installations in one database if you give each
67 * a unique prefix. Only numbers, letters, and underscores please!
68 */
69$table_prefix = 'wp_';
70/**
71 * For developers: WordPress debugging mode.
72 *
73 * Change this to true to enable the display of notices during development.
74 * It is strongly recommended that plugin and theme developers use WP_DEBUG
75 * in their development environments.
76 *
77 * For information on other constants that can be used for debugging,
78 * visit the documentation.
79 *
80 * @link https://wordpress.org/support/article/debugging-in-wordpress/
81 */
82define( 'WP_DEBUG', false);
83/* That's all, stop editing! Happy publishing. */
84/** Absolute path to the WordPress directory. */
85if ( ! defined( 'ABSPATH' ) ) {
86 define( 'ABSPATH', __DIR__ . '/' );
87}
88/** Sets up WordPress vars and included files. */
89require_once ABSPATH . 'wp-settings.php';
90