Changeset 2 for trunk/www/config.sample.php
- Timestamp:
- Nov 28, 2008, 8:21:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/config.sample.php
r1 r2 1 <? 1 <?php 2 2 3 3 $Options = array( … … 6 6 'DB_User' => 'www', 7 7 'DB_Password' => '', 8 'DB_Encoding' => 'utf8', 8 9 'RootPath' => 'http://www.zdechov.net/www/', 9 10 'ShowErrors' => 0, 10 'Title' => 'ZdìchovNET', 11 'Title' => 'ZděchovNET', 12 'WebEncoding' => 'utf-8', 11 13 'StatPathCut' => 4, 12 14 );
Note:
See TracChangeset
for help on using the changeset viewer.