Changeset 5215 for trunk/install.php


Ignore:
Timestamp:
Mar 21, 2010, 2:31:20 PM (15 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.php

    r5213 r5215  
    159159$prefixeTable = $table_prefix;
    160160include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
    161 @include(PHPWG_ROOT_PATH. 'include/config_local.inc.php');
     161@include(PHPWG_ROOT_PATH. 'local/config/config.inc.php');
    162162include(PHPWG_ROOT_PATH .'include/dblayer/functions_'.$dblayer.'.inc.php');
    163163include(PHPWG_ROOT_PATH . 'include/constants.php');
Note: See TracChangeset for help on using the changeset viewer.