Changeset 770


Ignore:
Timestamp:
Apr 26, 2005, 12:11:57 AM (19 years ago)
Author:
plg
Message:
  • include/config.inc.php becomes include/config_default.inc.php : this file should not be modified. A new file include/config_local.inc.php can be used for overwriting configuration parameters
Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ChangeLog

    r769 r770  
     12005-04-25 Pierrick LE GALL
     2
     3        * include/config.inc.php becomes include/config_default.inc.php :
     4        this file should not be modified. A new file
     5        include/config_local.inc.php can be used for overwriting
     6        configuration parameters
     7       
    182005-04-25 Pierrick LE GALL
    29
  • trunk/include/common.inc.php

    r766 r770  
    122122
    123123include(PHPWG_ROOT_PATH . 'include/constants.php');
    124 include(PHPWG_ROOT_PATH . 'include/config.inc.php');
     124include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
     125@include(PHPWG_ROOT_PATH. 'include/config_local.inc.php');
    125126include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
    126127include(PHPWG_ROOT_PATH . 'include/template.php');
Note: See TracChangeset for help on using the changeset viewer.