Last change
on this file was 3, checked in by chronos, 8 years ago |
- Modified: Updated to work with PHP7. Old database class replaced by Common package.
|
-
Property svn:executable
set to
*
|
File size:
288 bytes
|
Line | |
---|
1 | <?php
|
---|
2 |
|
---|
3 | $Options = array(
|
---|
4 | 'DB_Host' => 'localhost',
|
---|
5 | 'DB_Database' => 'www',
|
---|
6 | 'DB_User' => 'www',
|
---|
7 | 'DB_Password' => '',
|
---|
8 | 'RootPath' => 'http://www.zdechov.net/jirihajda/',
|
---|
9 | 'ShowErrors' => 0,
|
---|
10 | 'Title' => 'Osobní stránky Jiřího Hajdy',
|
---|
11 | );
|
---|
12 | $DB_Prefix = 'jirihajda_';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.