Changeset 27 for config.sample.php
- Timestamp:
- Dec 8, 2008, 8:41:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config.sample.php
r25 r27 1 1 <?php 2 2 3 $Config = array( 4 'Database' => array( 3 $Config = array 4 ( 5 'Database' => array 6 ( 5 7 'Host' => 'localhost', 6 8 'User' => 'webis', … … 10 12 'Charset' => 'utf8', 11 13 ), 12 'Web' => array( 14 'Web' => array 15 ( 16 'Charset' => 'UTF-8', 17 'Host' => 'localhost', 18 'RootFolder' => 'http://localhost/webis', 19 'Description' => 'Web information system', 20 'Title' => 'Webis', 21 'Admin' => 'Admin', 22 'AdminEmail' => 'admin@localhost', 13 23 'ItemsPerPage' => 20, 14 24 ),
Note:
See TracChangeset
for help on using the changeset viewer.