feature 1522: Move config_local.inc.php to local/config/config.inc.php

git-svn-id: http://piwigo.org/svn/trunk@5215 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2010-03-21 13:31:20 +00:00
parent 545b10474c
commit 8db5b549d1
23 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ $upgrade_description = 'Update database to new pwg_high structure';
include_once(PHPWG_ROOT_PATH.'include/constants.php');
include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
@include(PHPWG_ROOT_PATH. 'include/config_local.inc.php');
@include(PHPWG_ROOT_PATH. 'local/config/config.inc.php');
// +-----------------------------------------------------------------------+
// | Upgrade content |