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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/upgrade_1.5.0.php

    r5196 r5215  
    334334$conf_save = $conf;
    335335unset($conf);
    336 @include(PHPWG_ROOT_PATH. 'include/config_local.inc.php');
     336@include(PHPWG_ROOT_PATH. 'local/config/config.inc.php');
    337337if ( isset($conf['gallery_url']) )
    338338{
Note: See TracChangeset for help on using the changeset viewer.