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/db/65-database.php

    r5213 r5215  
    136136// get admin charset
    137137  include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
    138   @include(PHPWG_ROOT_PATH. 'include/config_local.inc.php');
     138  @include(PHPWG_ROOT_PATH. 'local/config/config.inc.php');
    139139  $admin_charset='iso-8859-1';
    140140  $query='
Note: See TracChangeset for help on using the changeset viewer.