Ignore:
Timestamp:
Mar 21, 2010, 1:32:49 PM (14 years ago)
Author:
nikrou
Message:

Feature 1522 : move database config file to local directory
(include/config_database.inc.php becomes local/config/database.inc.php)

File:
1 edited

Legend:

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

    r5208 r5213  
    7171$filter = array();
    7272
    73 @include(PHPWG_ROOT_PATH .'include/config_database.inc.php');
     73@include(PHPWG_ROOT_PATH .'local/config/database.inc.php');
    7474if (!defined('PHPWG_INSTALLED'))
    7575{
Note: See TracChangeset for help on using the changeset viewer.