source: trunk/config.sample.php@ 3

Last change on this file since 3 was 3, checked in by george, 16 years ago
  • Upraveno: Soubory ze složky www byly přesunuty o úroveň výše.
  • Property svn:executable set to *
File size: 344 bytes
Line 
1<?php
2
3$Options = array(
4 'DB_Host' => 'localhost',
5 'DB_Database' => 'www',
6 'DB_User' => 'www',
7 'DB_Password' => '',
8 'DB_Encoding' => 'utf8',
9 'RootPath' => 'http://www.zdechov.net/www/',
10 'ShowErrors' => 0,
11 'Title' => 'ZděchovNET',
12 'WebEncoding' => 'utf-8',
13 'StatPathCut' => 4,
14);
15
16$DB_Prefix = 'www_';
17
18?>
Note: See TracBrowser for help on using the repository browser.