Ticket #17494: wp-config-sample.patch
File wp-config-sample.patch, 402 bytes (added by , 14 years ago) |
---|
Line | |
---|---|
1 | *** wp-config-sample.php 2010-05-25 23:47:18.000000000 -0400 |
2 | --- wp-config-sample-diff.php 2011-05-18 12:54:41.000000000 -0400 |
3 | *************** |
4 | *** 33,38 **** |
5 | --- 33,41 ---- |
6 | /** The Database Collate type. Don't change this if in doubt. */ |
7 | define('DB_COLLATE', ''); |
8 | |
9 | + /** Define the Directory Separator **/ |
10 | + define('DS', '/'); |
11 | + |
12 | /**#@+ |
13 | * Authentication Unique Keys and Salts. |
14 | * |