<?php

$Config = array(
  'Database' => array(
    'Host' => 'localhost',
    'User' => 'fotbal',
    'Password' => '',
    'Database' => 'fotbal',
    'Prefix' => '',
    'Charset' => 'utf8',
  ),
  'Web' => array(
    'Charset' => 'utf-8',
    'Host' => 'localhost',
    'RootFolder' => '',
    'Description' => 'fotbalový tým',
    'Title' => 'TJ Sokol Zděchov',
    'Admin' => 'Admin',
    'AdminEmail' => 'admin@localhost',
  ),
);

?>
