Changeset 3
- Timestamp:
- 07/12/05 12:10:19 (3 years ago)
- Files:
-
- trunk/wp-inst/wp-config-sample.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-inst/wp-config-sample.php
r1 r3 1 1 <?php 2 3 /* $Id: wp-config-sample.php,v 1.2 2005/01/13 23:33:38 donncha Exp $ */4 5 2 // ** MySQL settings ** // 6 3 define('DB_NAME', 'wordpress'); // The name of the database … … 11 8 12 9 10 // Change the prefix if you want to have multiple blogs in a single database. 13 11 $table_prefix = 'wp_'; // example: 'wp_' or 'b2' or 'mylogin_' 12 13 // Change this to localize WordPress. A corresponding MO file for the 14 // chosen language must be installed to wp-includes/languages. 15 // For example, install de.mo to wp-includes/languages and set WPLANG to 'de' 16 // to enable German language support. 17 define ('WPLANG', ''); 14 18 15 19 /* Stop editing */
