Changeset 247 for trunk/config-sample


Ignore:
Timestamp:
06/24/2011 11:49:41 AM (11 months ago)
Author:
sque
Message:

Add "community" concept on config and installation.
Improve home page, by adding a general welcome text (Closes #149).
Design and integrate favicon on frontend and installer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config-sample/config.php

    r246 r247  
    1515                'url' => 'http://server.example.org/' 
    1616                ), 
    17          
     17        'community' => array( 
     18                'name' => 'Anonymous Wireless Community', 
     19                'short_name' => 'AWC' 
     20        ), 
    1821        'cookies' => array( 
    1922                'expire' => (60 * 60 * 24 * 30) 
Note: See TracChangeset for help on using the changeset viewer.