Show
Ignore:
Timestamp:
11/30/2007 01:13:52 AM (12 months ago)
Author:
Shadowhand
Message:

Small comment changes and cleanups to config and core files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/config/locale.php

    r1325 r1331  
    11<?php defined('SYSPATH') or die('No direct access allowed.'); 
    22/** 
    3  * Language name, only en_US is supported by default. 
     3 * Default language locale name. 
     4 * @see http://php.net/locales 
    45 */ 
    56$config['language'] = 'en_US'; 
    67 
    78/** 
    8  * Locale timezone. 
     9 * Locale timezone. Defaults to use the server timezone. 
    910 * @see http://php.net/timezones 
    1011 */