diff options
author | plegall <plg@piwigo.org> | 2005-04-25 22:11:57 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-04-25 22:11:57 +0000 |
commit | 9ea0ae39f8517bcd898c80999ea860fa6961d1d8 (patch) | |
tree | f7643a6a7426100f7925a4bb0da6c58f9dc4a411 /doc/ChangeLog | |
parent | a5830667021cee44c165de103237ea4f6924ceb5 (diff) |
- 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
git-svn-id: http://piwigo.org/svn/trunk@770 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 67840931e..b1d7224bc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,12 @@ 2005-04-25 Pierrick LE GALL + * 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 + +2005-04-25 Pierrick LE GALL + * come back to previous version of include/constants.php : %PWGVERSION% was not a mistake |