<?php

$Config = array
(
  'Database' => array
  (
    'Host' => 'localhost',
    'User' => 'root',
    'Password' => '',
    'Database' => 'statistic',
    'Prefix' => '',
    'Charset' => 'utf8',
  ),
  'System' => array
  (
    'FormatHTML' => false,
    'Charset' => 'utf-8',
    'Host' => 'localhost',
    'RootFolder' => '',
    'Description' => 'Grafické časové statistiky',
    'Title' => 'Grafická statistika',
    'Admin' => 'Admin',
    'AdminEmail' => 'admin@localhost',
    'ShowSQLError' => false,
    'ShowSQLQuery' => false,
    'ShowPHPError' => false,
    'ShowRuntimeInfo' => false,
    'FormatHTML' => false,
    'ErrorLogFile' => 'php_script_error.log',
    'TableRowPerPage' => 30,
    'Style' => 'Basic',
    'Locale' => 'cs_CZ',
    'PageRefreshPeriod' => 5000,
  ),
  'SystemPassword' => sha1('test'),
);
