source: config.sample.php

Last change on this file was 3, checked in by george, 15 years ago
  • Přidáno: Pomocné skripty.
File size: 467 bytes
Line 
1<?php
2
3$Config = array(
4 'Database' => array(
5 'Host' => 'localhost',
6 'User' => 'fotbal',
7 'Password' => '',
8 'Database' => 'fotbal',
9 'Prefix' => '',
10 'Charset' => 'utf8',
11 ),
12 'Web' => array(
13 'Charset' => 'utf-8',
14 'Host' => 'localhost',
15 'RootFolder' => '',
16 'Description' => 'fotbalový tým',
17 'Title' => 'TJ Sokol Zděchov',
18 'Admin' => 'Admin',
19 'AdminEmail' => 'admin@localhost',
20 ),
21);
22
23?>
Note: See TracBrowser for help on using the repository browser.