Changeset 40 for includes/config.sample.php
- Timestamp:
- Jan 24, 2009, 5:55:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
includes/config.sample.php
r1 r40 10 10 'DatabaseMangos' => 'mangos', 11 11 'Prefix' => '', 12 'Charset' => ' latin2',12 'Charset' => 'utf8', 13 13 ), 14 14 'Style' => 'maron', 15 15 'Web' => array( 16 'Charset' => ' iso-8859-2',17 'BaseURL' => 'http:// wow.zdechov.net/quests/',16 'Charset' => 'utf-8', 17 'BaseURL' => 'http://localhost/', 18 18 ), 19 19 );
Note:
See TracChangeset
for help on using the changeset viewer.