diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.inc.php b/include/common.inc.php index 4d405b352..21029835a 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -70,7 +70,7 @@ $header_msgs = array(); $header_notes = array(); $filter = array(); -@include(PHPWG_ROOT_PATH .'include/config_database.inc.php'); +@include(PHPWG_ROOT_PATH .'local/config/database.inc.php'); if (!defined('PHPWG_INSTALLED')) { header('Location: install.php'); |