From 8db5b549d1bd5de7af366611698ee129da09762f Mon Sep 17 00:00:00 2001 From: patdenice Date: Sun, 21 Mar 2010 13:31:20 +0000 Subject: 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 --- install/db/12-database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/db/12-database.php') diff --git a/install/db/12-database.php b/install/db/12-database.php index 21c4ef940..0536d0cb0 100644 --- a/install/db/12-database.php +++ b/install/db/12-database.php @@ -30,7 +30,7 @@ $upgrade_description = 'Field "Status" Table #user_infos changed'; 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 | -- cgit v1.2.3