Changeset 5215 for trunk/include


Ignore:
Timestamp:
Mar 21, 2010, 2:31:20 PM (14 years ago)
Author:
patdenice
Message:

feature 1522: Move config_local.inc.php to local/config/config.inc.php

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r5213 r5215  
    9191
    9292include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
    93 @include(PHPWG_ROOT_PATH. 'include/config_local.inc.php');
     93@include(PHPWG_ROOT_PATH. 'local/config/config.inc.php');
    9494include(PHPWG_ROOT_PATH .'include/dblayer/functions_'.$conf['dblayer'].'.inc.php');
    9595
  • trunk/include/config_default.inc.php

    r5208 r5215  
    3131 * It is recommended to let config_default.inc.php as provided and to
    3232 * overwrite configuration in your local configuration file
    33  * config_local.inc.php. See tools/config_local.inc.php as an example.
     33 * local/config/config.inc.php. See tools/config.inc.php as an example.
    3434 *
    3535 * Why having some parameters in config table and others in
Note: See TracChangeset for help on using the changeset viewer.