Changeset 1804 for trunk/config.inc.php


Ignore:
Timestamp:
05/27/2009 02:16:21 PM (3 years ago)
Author:
driehle
Message:

Descriptions modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config.inc.php

    r1798 r1804  
    55 *  
    66 * IMPORTANT: This file does not contain your personal settings, in most cases 
    7  * you do not want to modify this file. 
     7 * you do NOT want to modify this file. 
    88 *  
    99 * This configuration file offers changes to Jlog behaviour to advanced users. 
     
    1212 *  
    1313 * You will probably need to update this file with every update, so keep that 
    14  * in mind if you start manipulating here.  
     14 * in mind if you start hacking Jlog here.  
    1515 **/         
    1616 
     
    3939 * installations.    
    4040 **/         
    41 define ('JLOG_LIBPATH', JLOG_BASEPATH . '/lang'); 
     41define ('JLOG_LANGPATH', JLOG_BASEPATH . '/lang'); 
    4242 
    4343/** 
Note: See TracChangeset for help on using the changeset viewer.