<?php

$Config = array(
  'database' => array(
    'host' => 'localhost',
    'user' => 'stat',
    'password' => 'serepes',
    'database' => 'statistic',
    'prefix' => '',
    'charset' => 'latin2',
  ),
  'add_url' => 'http://localhost/statistic/new/add.php',
);

?>
