Changeset 1804 for trunk/config.inc.php
- Timestamp:
- 05/27/2009 02:16:21 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/config.inc.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config.inc.php
r1798 r1804 5 5 * 6 6 * IMPORTANT: This file does not contain your personal settings, in most cases 7 * you do notwant to modify this file.7 * you do NOT want to modify this file. 8 8 * 9 9 * This configuration file offers changes to Jlog behaviour to advanced users. … … 12 12 * 13 13 * 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. 15 15 **/ 16 16 … … 39 39 * installations. 40 40 **/ 41 define ('JLOG_L IBPATH', JLOG_BASEPATH . '/lang');41 define ('JLOG_LANGPATH', JLOG_BASEPATH . '/lang'); 42 42 43 43 /**
Note: See TracChangeset
for help on using the changeset viewer.
