Changeset 27 for config.sample.php


Ignore:
Timestamp:
Dec 8, 2008, 8:41:25 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Rozpracovaná funkce pro vyhledávání a filtrování seznamů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • config.sample.php

    r25 r27  
    11<?php
    22
    3 $Config = array(
    4   'Database' => array(
     3$Config = array
     4(
     5  'Database' => array
     6  (
    57    'Host' => 'localhost',
    68    'User' => 'webis',
     
    1012    'Charset' => 'utf8',
    1113  ),
    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',
    1323    'ItemsPerPage' => 20,
    1424  ),
Note: See TracChangeset for help on using the changeset viewer.