Changeset 28 for config.sample.php
- Timestamp:
- Feb 13, 2008, 1:59:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config.sample.php
r13 r28 1 1 <?php 2 3 // Toto je ukázkový konfigurační soubor. Zkopírujte si jej jako config.php do stejné složky a upravte podle potřeby. 2 4 3 5 $Config = array( … … 8 10 'Database' => 'statistic', 9 11 'Prefix' => '', 10 'Charset' => ' latin2',12 'Charset' => 'utf8', 11 13 ), 12 14 'AddNewValueUrl' => 'http://localhost/dev/statistic/add.php', … … 14 16 'Web' => array( 15 17 'Title' => 'Statistika', 16 'Charset' => 'iso-8859-2', 18 'Charset' => 'utf-8', 19 'AdminEmail' => 'admin@domain', 20 'ShowError' => 0, 21 'ErrorLogFile' => 'php_script_error.log', 17 22 ), 18 23 'DivisionCount' => 500, … … 31 36 'Period' => 'day', 32 37 'TimeSpecify' => 0, 38 'Differential' => 0, 33 39 ), 34 40 );
Note:
See TracChangeset
for help on using the changeset viewer.