source: trunk/Config.sample.php

Last change on this file was 39, checked in by chronos, 5 years ago
  • Added: Support for locales and czech language. It can be switched on from top language selector.
File size: 440 bytes
RevLine 
[2]1<?php
2
3$Config['Database']['Host'] = 'localhost';
[3]4$Config['Database']['User'] = 'teribear';
[2]5$Config['Database']['Password'] = '';
[3]6$Config['Database']['Database'] = 'teribear';
[2]7$Config['Database']['Prefix'] = '';
8$Config['Database']['Charset'] = 'utf8';
9$Config['Encoding'] = 'utf-8';
10$Config['BaseURL'] = '';
11$Config['Contact'] = 'email@localhost';
12$Config['ItemsPerPage'] = 30;
13$Config['VisiblePagingItems'] = 5;
[39]14$Config['Locale'] = 'en';
Note: See TracBrowser for help on using the repository browser.