equal
deleted
inserted
replaced
1 <?php |
1 <?php |
2 /** |
2 /** |
3 * The base configurations of the WordPress. |
3 * The base configurations of the WordPress. |
4 * |
4 * |
5 * This file has the following configurations: MySQL settings, Table Prefix, |
5 * This file has the following configurations: MySQL settings, Table Prefix, |
6 * Secret Keys, WordPress Language, and ABSPATH. You can find more information |
6 * Secret Keys, and ABSPATH. You can find more information by visiting |
7 * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing |
7 * {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} |
8 * wp-config.php} Codex page. You can get the MySQL settings from your web host. |
8 * Codex page. You can get the MySQL settings from your web host. |
9 * |
9 * |
10 * This file is used by the wp-config.php creation script during the |
10 * This file is used by the wp-config.php creation script during the |
11 * installation. You don't have to use the web site, you can just copy this file |
11 * installation. You don't have to use the web site, you can just copy this file |
12 * to "wp-config.php" and fill in the values. |
12 * to "wp-config.php" and fill in the values. |
13 * |
13 * |
60 * prefix. Only numbers, letters, and underscores please! |
60 * prefix. Only numbers, letters, and underscores please! |
61 */ |
61 */ |
62 $table_prefix = 'wp_'; |
62 $table_prefix = 'wp_'; |
63 |
63 |
64 /** |
64 /** |
65 * WordPress Localized Language, defaults to English. |
|
66 * |
|
67 * Change this to localize WordPress. A corresponding MO file for the chosen |
|
68 * language must be installed to wp-content/languages. For example, install |
|
69 * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German |
|
70 * language support. |
|
71 */ |
|
72 define('WPLANG', ''); |
|
73 |
|
74 /** |
|
75 * For developers: WordPress debugging mode. |
65 * For developers: WordPress debugging mode. |
76 * |
66 * |
77 * Change this to true to enable the display of notices during development. |
67 * Change this to true to enable the display of notices during development. |
78 * It is strongly recommended that plugin and theme developers use WP_DEBUG |
68 * It is strongly recommended that plugin and theme developers use WP_DEBUG |
79 * in their development environments. |
69 * in their development environments. |