diff options
Diffstat (limited to '')
-rw-r--r-- | install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php index 2f5ea3f30..3a7a69ec3 100644 --- a/install.php +++ b/install.php @@ -186,6 +186,7 @@ if (@file_exists($config_file)) } $prefixeTable = $table_prefix; +include(PHPWG_ROOT_PATH . 'include/config_default.inc.php'); include(PHPWG_ROOT_PATH . 'include/constants.php'); include(PHPWG_ROOT_PATH . 'include/functions.inc.php'); include(PHPWG_ROOT_PATH . 'include/template.php'); |